The library

Everything we index — ranked by what works, never by stars.

untested
Turn calls into one-page sales briefsskillSalesL1
meeting-prep · Ensuring buyer meetings are structured, attendees prepared, and success criteria clear.
untested
Widen deals by mapping buying committeesskillSalesL1
multithreading · Widening account relationships beyond a single champion to reduce deal risk.
untested
Scaffold AI-assisted coding workflowsskillEngineeringL2
workflow · Setting up multi-agent coding workflows across Claude Code, Codex, Gemini, or others.
untested
Build mutual action plans for buyer closeskillSalesL1
mutual-action-plan · Locking buyer and seller commitments into go-live-backward milestones.
untested
Bridge workflow continuity for coding agentsskillEngineeringL3
codeam-cli · Keeping Claude Code or Codex sessions continuity-aware and interruptible from phone/remote.
untested
Generate and edit PowerPoint presentationsskillL2
pptx-generator · Creating or modifying .pptx files with PptxGenJS when static templating is not enough.
untested
Negotiate price and terms without cavingskillSalesL1
negotiation · Negotiating price, terms, or scope without caving or losing margin.
untested
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
untested
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
untested
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
untested
Write buyer-aligned proposals and SOWsskillSalesL1
proposal · When value is established and you need to scope, price, and get buyer signature on your solution
untested
Write type-safe TypeScript codeskillEngineeringL1
ts · When building type-safe Node/browser code in projects requiring nullish coalescing and type guards
untested
Build a prioritized prospect listskillSalesL2
prospecting · When you need to decide who to work next and rank accounts by fit and fresh buying signals
untested
Orchestrate squad-dev classification and risk scoringskillEngineeringL4
squad-mcp · When you need deterministic multi-agent code review with parallel agents and weighted scoring
untested
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
untested
Load foundational sales contextskillSalesL2
sales-context · At the start of any sales task so downstream skills reuse context instead of re-asking basics
untested
Analyze test coverage gapsskillEngineeringL1
check-coverage · When you need a coverage gap report with specific recommendations for critical missing tests
untested
Design a multi-touch outreach sequenceskillSalesMarketingL2
sequence-writing · When building prospecting or follow-up outreach that needs alternating channels and fresh hooks per touch
untested
Scaffold agentic engineering workflowsskillEngineeringL2
agent-eng · When architecting multi-step agentic workflows that need planning, reflection, and grounded reasoning
untested
Run LinkedIn outreach that earns repliesskillSalesMarketingL2
social-selling · When you want to convert cold LinkedIn network into warm inbound and credibility before the call
untested
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
untested
Execute logging stepskillEngineeringL1
vsaf · When you need a structured JSON Schema authoring workflow that feeds type-safe SDKs
untested
Run verification, test, lint, and commitskillEngineeringL2
wrap_up · When you want to capture session outputs before moving to another task or context
untested
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
untested
Track AI developer sprint metrics and guidanceskillEngineeringL3
slope · When you need to prioritize refactoring and identify hot spots in a large codebase
untested
Manage deployments and feature flagsskillOpsEngineeringL3
operability · When shipping code that teams will operate and you need introspection, logging, and easy repro
untested
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
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.
untested
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.).
untested
Deploy Meteora dynamic liquidity poolskillEngineeringFinanceL3
meteora · Swapping tokens on Solana when DLMM pools offer better pricing than constant-product AMMs.
untested
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.
untested
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.
page 58 / 108