The library
Everything we index — ranked by what works, never by stars.
forSalesMarketingHRFinanceLegalOpsProductEngineeringDataProductivitySupportsetup≤ plug & play≤ + a key≤ multi-tool
● works · ● untested / no effect · ● hurts — every rank is measured against a no-skill baseline
untested★1→untested★1→untested★0→untested★1→untested★0→untested★685→untested★1→untested★1→untested★1→untested★1→untested★1→untested★381→untested★1→untested★0→untested★1→untested★1→untested★413→untested★1→untested★0→untested★1→untested★1→untested★0→untested★381→untested★45→untested★0→untested★381→untested★45→untested★381→untested★1→untested★1→untested★381→untested★1→untested★1→untested★0→untested★1→untested★0→untested★381→untested★1→untested★381→untested★1→untested★0→untested★170→untested★1→untested★1→untested★1→untested★1→untested★0→untested★336→untested★1→untested★0→
Turn calls into one-page sales briefsskillSalesL1
meeting-prep · Ensuring buyer meetings are structured, attendees prepared, and success criteria clear.
Widen deals by mapping buying committeesskillSalesL1
multithreading · Widening account relationships beyond a single champion to reduce deal risk.
Scaffold AI-assisted coding workflowsskillEngineeringL2
workflow · Setting up multi-agent coding workflows across Claude Code, Codex, Gemini, or others.
Build mutual action plans for buyer closeskillSalesL1
mutual-action-plan · Locking buyer and seller commitments into go-live-backward milestones.
Bridge workflow continuity for coding agentsskillEngineeringL3
codeam-cli · Keeping Claude Code or Codex sessions continuity-aware and interruptible from phone/remote.
Generate and edit PowerPoint presentationsskillL2
pptx-generator · Creating or modifying .pptx files with PptxGenJS when static templating is not enough.
Negotiate price and terms without cavingskillSalesL1
negotiation · Negotiating price, terms, or scope without caving or losing margin.
Turn buyer objections into deal momentumskillSalesL1
objection-handling · When a prospect pushes back on price, timing, or decision and you need to stay calm and reframe
Turn messy pipelines into ranked work listsskillSalesL1
pipeline-review · When you need a rapid coverage verdict and a ranked triage list before a forecast call
Convert sales calls into follow-up workflowsskillSalesL1
post-call-followup · After any customer call to lock mutual next steps and keep the deal honest in your system
Write buyer-aligned proposals and SOWsskillSalesL1
proposal · When value is established and you need to scope, price, and get buyer signature on your solution
Write type-safe TypeScript codeskillEngineeringL1
ts · When building type-safe Node/browser code in projects requiring nullish coalescing and type guards
Build a prioritized prospect listskillSalesL2
prospecting · When you need to decide who to work next and rank accounts by fit and fresh buying signals
Orchestrate squad-dev classification and risk scoringskillEngineeringL4
squad-mcp · When you need deterministic multi-agent code review with parallel agents and weighted scoring
Spot renewal risk and run a save playskillSalesL2
renewal-churn-save · When a renewal is approaching or you spot churn signals and need a deal-saving action plan
Load foundational sales contextskillSalesL2
sales-context · At the start of any sales task so downstream skills reuse context instead of re-asking basics
Analyze test coverage gapsskillEngineeringL1
check-coverage · When you need a coverage gap report with specific recommendations for critical missing tests
Design a multi-touch outreach sequenceskillSalesMarketingL2
sequence-writing · When building prospecting or follow-up outreach that needs alternating channels and fresh hooks per touch
Scaffold agentic engineering workflowsskillEngineeringL2
agent-eng · When architecting multi-step agentic workflows that need planning, reflection, and grounded reasoning
Run LinkedIn outreach that earns repliesskillSalesMarketingL2
social-selling · When you want to convert cold LinkedIn network into warm inbound and credibility before the call
Map the buying committee and close gapsskillSalesL1
stakeholder-mapping · When you need to understand deal complexity and multi-thread before walking into a high-stakes deal
Execute logging stepskillEngineeringL1
vsaf · When you need a structured JSON Schema authoring workflow that feeds type-safe SDKs
Run verification, test, lint, and commitskillEngineeringL2
wrap_up · When you want to capture session outputs before moving to another task or context
Prevent AI coding disasters with safety hooksskillEngineeringL4
cc-safe-setup · When you want autonomous Claude Code loops to run safely without accidentally deleting code or data
Track AI developer sprint metrics and guidanceskillEngineeringL3
slope · When you need to prioritize refactoring and identify hot spots in a large codebase
Manage deployments and feature flagsskillOpsEngineeringL3
operability · When shipping code that teams will operate and you need introspection, logging, and easy repro
Prevent AI coding disasters with safety hooksskillEngineeringL4
cc-safe-setup · When you want autonomous Claude Code loops to run safely without accidentally deleting code or data
Read and analyze application logsskillEngineeringOpsL2
log-manager · Diagnosing live application failures by quickly surfacing the last N log lines and error patterns without parsing structured logs.
Verify Android APK signing certificatesskillEngineeringL2
check-signature · Verifying that a release APK was signed with the expected certificate before distribution, especially for Play Console key rotation or third-party signed builds.
Compare Android build artifactsskillEngineeringL2
compare-builds · Release validation workflows where you need to confirm that a new build only includes intended changes (size, permissions, ABI support) before distribution.
Curate tests and decompose dependenciesskillEngineeringL2
yoink · Understanding the minimal surface area of a Python library by running its tests in isolation, then progressively stripping away transitive dependencies to identify core requirements.
Generate full APK release audit reportskillEngineeringOpsL3
full-artifact-report · Gate releases by running a complete, evidence-backed artifact audit that produces a signed-off HTML report documenting manifest, permissions, signatures, and size changes.
Inspect Android App Bundle modules and packagingskillEngineeringL2
inspect-aab · Understanding the structure, module split, and native library support of an AAB before release, especially when validating Play Bundle configuration or diagnosing size anomalies.
Execute deterministic AI agent pipelinesskillEngineeringL4
lobster · Replacing ad-hoc agent loops with deterministic, resumable workflows that track state, gate approvals, and avoid token waste by hard-coding step sequences.
Inspect APK for security and risk concernsskillEngineeringL2
inspect-apk · Quickly understanding the surface area, dependencies, and security posture of a third-party or unverified APK before installation or distribution.
Durably execute workflows in ConvexskillEngineeringL4
workflow · Building multi-step, asynchronous operations (onboarding, order fulfillment, polling) that can survive server restarts without consuming resources during wait periods.
Compose and format newsletter issuesskillMarketingL1
newsletter · Creating high-signal, subscriber-loyal newsletters by enforcing consistent voice, curation standards, and section structure across bi-weekly (or weekly) issues.
Catch Android localization layout risksskillProductEngineeringL1
check-ui-overflow · Catching layout-level regressions early during localization when translated strings are longer or right-to-left, preventing text clipping in production.
Spot security vulnerabilities in codeskillEngineeringL1
security-lens · Catching common OWASP vulnerabilities (injection, weak auth, hardcoded secrets, XSS) in code review without requiring a full security audit.
Export app strings for translationskillProductOpsL1
export-excel · Handing off localization work to translators by exporting a structured, validated XLSX with placeholders preserved, missing-key tracking, and UI overflow warnings.
Format Claude Code status linesskillEngineeringL1
ccstatusline · Displaying live Claude Code usage, git status, and model info in a single terminal line, with persistent git caching to avoid repeated subprocess work.
Commit and push code changesskillEngineeringL1
git-sync · Syncing local work to remote with a clear co-authored commit message that explains WHY the change was made, not just WHAT changed.
Run complete app localization auditskillProductOpsL2
full-localization-report · Gating localization release by producing a complete technical audit report that distinguishes XML validation from human linguistic review.
Import and validate translated stringsskillProductOpsL2
import-excel · Applying translator-reviewed translations to Android resources with automated validation that blocks invalid or unsafe changes before writing.
Validate app strings and localesskillProductEngineeringL1
validate-strings · Continuously validating localization correctness by checking for missing translations, broken placeholders, and XML safety issues without modifying translations.
Diagnose Android crash stack tracesskillEngineeringL1
analyze-crash · Quickly pinpointing production Android crashes by separating wrapper exceptions from root cause, mapping to lifecycle, and recommending minimal fixes.
Trace Temporal workflows with OpenTelemetryskillEngineeringL2
interceptors-opentelemetry · Observing Temporal Workflow execution timing and step dependencies by emitting structured traces to OpenTelemetry-compatible backends (Jaeger, Datadog, etc.).
Deploy Meteora dynamic liquidity poolskillEngineeringFinanceL3
meteora · Swapping tokens on Solana when DLMM pools offer better pricing than constant-product AMMs.
Generate complete app review reportskillProductEngineeringL2
full-review-report · Comprehensive pre-release Android review when all four specialist domains (Kotlin, lifecycle, build, resources) need parallel evaluation and consolidated reporting.
Orchestrate agents with ticket trackingskillEngineeringOpsL3
claude-mpm · Large codebases requiring multi-agent coordination across Python/TypeScript/Rust/Java/Ruby stacks with persistent session state and semantic code search.