Agentic Skills Inventory

Complete catalog of all active skills in the agentic-skills repository — 2026-06-18

174
Unique Skills
39
Packs
12
Base Skills
6
Categories
Category:
base 12 skills
afps-statusv0.7Summarize AFPS product-workflow progress from existing artifacts and recommend the next concrete skill command
animation-design-plannerv0.1Plan interactive UI animations before implementation with visible motion contracts, lifecycle ownership, accessibility/performance guardrails, and proof gates
autoresearchv0.0Autonomous experiment loop — iteratively mutate code, measure a metric, keep only improvements (hill-climbing ratchet)
autoresearch-prepv0.0Scaffold a program.md for /autoresearch by auto-detecting codebase signals and interviewing for what can't be inferred
codebase-statusv0.10Report what a repository is, what recent conversation history says about it, current application status, and outstanding work
create-alignment-pagev0.1Create or amend a portable HTML alignment review page in a target repo using bundled conventions and skillpacks alignment commands
fork-idea-branchv0.0Split an active research path into multiple parallel product paths, archiving the original and scaffolding fresh starts per branch
idea-scope-briefv0.17Shape a rough product or project idea into a scoped brief before customer discovery, market research, specifications, UX, UI, or implementation planning
init-agentic-skillsv0.11Make the base agentic-skills available in a project by installing them project-local with npx skillpacks init, report and fix skill-install drift, clean up legacy user-home installs, and route domain packs to the pack skill. Use when Claude needs to enable base skills for a project, repair stale installs, confirm initialization status, remove old global installs, or explain how to enable packs.
packv0.10Manage project-local skill packs, individual pack skill roots, and project designation without installing domain skills as base skills
provision-agentic-configv0.13Provision workflow orchestration and agent conventions into project CLAUDE.md and AGENTS.md
skillsv0.8Browse and search all available skills, grouped by workflow stage or activity type
agent-bridge 1 skill
delegatev0.1Live in-session delegation from Claude to Codex via the approval/delegation packet contract
agent-work-admin 3 skills
plan-phasev0.5Decompose a single roadmap phase into implementation steps, tests, and file-level detail
roadmapv0.12Scan task pipeline health, build or update the project roadmap, and maintain a priority task queue
spec-driftv0.3Audit specs against codebase — find unimplemented features, diverged implementations, and undocumented code
agentic-skills-bench 2 skills
benchmark-agent-reviewv0.2Review persisted benchmark run outputs with one or more agent graders and report subjective ergonomic quality separately from deterministic benchmark scores
benchmark-test-skillv0.2Run verify and benchmark tests for one agentic-skills skill, producing pass-rate, latency, cost, and consistency metrics
alignment-loop 3 skills
destination-docv0.0Serialize taste-calibration alignment into a lightweight destination document
taste-calibrationv0.0One-question-at-a-time questioning to calibrate operator-agent alignment on intent, taste, and boundaries
vertical-slice-splitterv0.2Decompose a destination doc or spec into vertical-slice issue cards with a dependency DAG
alignment-page-admin 2 skills
compile-central-alignmentv0.3Generate a central alignment/index.html table of contents for all alignment pages in the current repo
upgrade-alignment-pagesv0.3Audit and explicitly upgrade generated alignment/*.html review pages to the current local alignment-page standard while preserving page-specific context
business-growth 8 skills
experimentv0.7Design lean validation experiments — hypothesis, method, success criteria, sample size, timeline, and decision rules
growth-modelv0.9Reforge-style growth loop design — acquisition, retention, and monetization loops
gtmv0.12Go-to-market planning — channel strategy, messaging, pricing, launch plan, and early traction tactics
hook-modelv0.9Nir Eyal engagement loop design — trigger, action, variable reward, investment
landing-copyv0.9Generate or audit landing page copy grounded in upstream research — hero, benefits, social proof, pricing, FAQ, and CTAs
metricsv0.5Define success metrics framework — activation, engagement, retention, growth, and business metrics tied to journey stages
monetizationv0.12Research-driven monetization strategy — revenue models, pricing architecture, unit economics, and packaging grounded in ICP and competitive data
pmf-assessmentv0.10Sean Ellis PMF survey design + qualitative signal analysis for post-launch fit measurement
business-ops 13 skills
assumption-trackerv0.2Extract and risk-rank assumptions from research docs — living register of what to validate first
burn-ratev0.5Estimate monthly burn rate from infrastructure signals and calculate payback period against revenue projections
cohort-reviewv0.4Post-launch metrics & funnel analysis — cohort retention, channel performance, and progress against targets from /metrics
investor-updatev0.4Generate structured monthly stakeholder update from current research state, metrics, roadmap, and feedback
mvp-gapv0.10Evaluate codebase against ICP to identify gaps blocking first sales and retention
platform-strategyv0.11Expand from a single product into a multi-product platform — map vertical and horizontal growth vectors, score candidates, design validation experiments, and sequence the portfolio
product-linev0.6Manage the portfolio of product paths — review, activate, archive, restore, promote, fork, and check revisit triggers across the product-path manifest
reconcile-researchv0.10Cross-document consistency audit across research outputs — find contradictions, stale assumptions, and gaps
repo-glossaryv0.4Audit and reconcile the shared project glossary — find stale terms, missing definitions, conflicts, shadows, inheritance gaps, and cross-path divergences across research docs
retrov0.5Strategic decision retrospective — review research decisions against actual outcomes, update confidence levels
risk-registerv0.4Broad risk assessment — key-person, technical, regulatory, competitive, financial, and execution risks beyond product/market
runway-modelv0.4Financial runway & unit economics tracker — burn rate, revenue trajectory, runway in months, scenario modeling
scale-auditv0.5Evaluate codebase against enterprise ICP for production readiness, compliance, and multi-stakeholder journey coverage
business-research 7 skills
competitive-analysisv0.26Orchestrator — select competitive-analysis frameworks, run them inline one per session, and synthesize market landscape findings
customer-discoveryv1.15Orchestrator — detect pre-product vs product-exists mode, bootstrap ICP candidates, recommend customer-discovery frameworks, synthesize outputs into unified ICP research
customer-feedbackv0.9Ingest and synthesize customer feedback — categorize findings against ICP and journey map, maintain a running log
enterprise-icpv0.10Enterprise multi-stakeholder discovery — map personas, deal-killers, and the evaluation-to-renewal lifecycle
lean-canvasv0.11One-page Lean Canvas business model synthesis (Ash Maurya)
positioningv0.24Orchestrator — detect market vs product mode, recommend positioning frameworks, synthesize outputs into unified positioning
value-prop-canvasv0.11Strategyzer-style jobs/pains/gains to features/relievers/creators fit validation
code-debug 3 skills
debugv0.3Investigate a problem, log it to the debug changelog, cross-check past issues, and suggest a non-duplicate fix
investigatev0.2Validate user claims against codebase and git history, trace to root cause, and propose a fix
tracev0.1Follow a request end-to-end through the stack from route to database
code-maintenance 2 skills
migratev0.1Guide a structural migration or dependency upgrade with a step-by-step plan and verification
update-packagesv0.1Update project dependencies to the latest version that is more than 8 days old, preferring pnpm over npm and enforcing installer age gates
code-quality 2 skills
extract-shared-typesv0.1Extract shared type definitions into a dedicated types directory without runtime behavior changes
quality-sweepv0.1Audit and implement behavior-preserving cleanup across types, dead code, dependencies, errors, and comments
code-review 4 skills
dead-codev0.1Scan for unused exports, unreachable code, orphaned files, and stale dependencies
expert-reviewv0.1Conduct a thorough project-wide code review as an expert panel, cross-referencing specs, changelogs, and design documents
regression-checkv0.1Run a comprehensive health check across the monorepo after completing a phase or major change
slim-auditv0.1Audit codebase for opportunities to reduce lines of code while preserving functionality, performance, and quality
context-transfer 1 skill
handoffv0.2Generate a project-level context snapshot for resuming work in a fresh session
creator-foundation 9 skills
content-programmingv0.5Design an evidence-backed channel programming plan across pillars, formats, cadence, roles, and measurement without writing scripts
creator-evidence-schemav0.7Define normalized creator evidence records, raw evidence paths, confidence fields, privacy notes, and collection constraints for multi-platform audits
creator-metrics-reviewv0.7Review creator-media performance over time using raw YouTube evidence, portfolio metrics, programming goals, and explicit follow-up decisions
creator-platform-capability-matrixv0.7Map creator platforms to free/manual evidence sources, available fields, audit depth, operational risk, and recommended next skill
creator-positioningv0.7Define a creator or founder-media channel's audience promise, category, differentiated wedge, proof, and anti-positioning
creator-presence-dossierv0.5Build a repo-backed Markdown dossier of a creator's public professional presence, career arc, proof assets, platform roles, and next strategy route
product-led-media-mapv0.5Map a product or company into founder-led YouTube media themes, proof assets, demos, trust moments, and content roles
research-directory-conventionsv0.1Reference standard for creator-media research directory layout — platform-scoped nesting, handle-scoped data, dated snapshots, archive-before-replace, and README indexing
series-specv0.2Specify a repeatable YouTube series format with audience job, episode shape, evidence requirements, packaging rules, and success metrics
customer-lifecycle 7 skills
conversion-mapv0.5Plan evaluation, trial, pricing decision, objections, buyer roles, and conversion triggers
expansion-mapv0.5Plan account expansion, upgrades, seat growth, referrals, advocacy, and land-and-expand paths
journey-mapv0.24Orchestrator — detect pre-product vs product-exists mode, recommend journey-mapping frameworks, synthesize outputs into unified lifecycle overview
lifecycle-metricsv0.5Define stage metrics, instrumentation needs, and evidence gaps across onboarding, conversion, transaction, retention, and expansion
onboarding-mapv0.5Plan signup, setup, activation, first success, onboarding drop-offs, and time-to-value for each lifecycle persona
retention-mapv0.5Plan repeat-use loops, lifecycle triggers, churn risks, recovery paths, and retention signals
transaction-mapv0.5Plan purchase, checkout, payment, fulfillment, receipt, refund, dispute, and trust-state flows
devtool 8 skills
devtool-adoptionv0.8Use only for developer-facing products; plan adoption loops, examples, templates, community, and proof artifacts
devtool-docs-auditv0.2Use only for developer-facing products; audit docs for quickstart clarity, examples, API reference, troubleshooting, and migration paths
devtool-dx-journeyv0.4Use only for developer-facing products; analyze install, quickstart, first success, debugging, and production adoption journeys
devtool-integration-mapv0.4Use only for developer-facing products; map integrations, ecosystems, setup surfaces, and compatibility constraints
devtool-monetizationv0.8Use only for developer-facing products; design pricing, packaging, limits, open-source strategy, and team conversion
devtool-positioningv0.8Use only for developer-facing products; position against alternatives by workflow, ecosystem, trust, and switching cost
devtool-user-mapv0.8Use only for developer-facing products; map users, buyers, champions, contributors, and operational stakeholders
devtool-workflowv0.3Use only for developer-facing tools, libraries, SDKs, CLIs, APIs, and infrastructure products
docs-health 2 skills
hygienev0.0Audit project structure for convention violations, missing files, template drift, and cross-platform sync gaps — optionally auto-fix
reconcile-dev-docsv0.2Reconcile development docs by auditing roadmap, todo, history, phase archives, specs, git history, and code reality
exec-loop 3 skills
execv0.5Plan the next incomplete step (or full phase with --phase flag) from the plan, then enter plan mode for user approval before executing
shipv0.7Ship current work (update docs, commit, push, deploy) and optionally plan the next step
ship-endv0.5Wrap up the current session — update docs, commit, and push
exec-profile 1 skill
patch-exec-profilev0.0Audit and fill missing lane metadata (Mode, Depends on, Owns, Branch) in agent-team and implementation-safe execution profiles in tasks/todo.md
game 11 skills
game-audiencev0.5Use only for video game projects; identify player segments by taste, behavior, platform, genre affinity, and motivation
game-comparablesv0.5Use only for video game projects; research comparable titles, tags, prices, player signals, and positioning patterns
game-core-loopv0.2Use only for video game projects; analyze moment-to-moment, session, progression, and retention loops
game-fantasyv0.5Use only for video game projects; define the emotional promise, player fantasy, vibe references, and hook
game-genre-mapv0.5Use only for video game projects; map genre conventions, player expectations, review complaints, and anti-patterns
game-launchv0.5Use only for video game projects; plan Steam launch, festivals, creator outreach, demo timing, community, and wishlist targets
game-playtest-metricsv0.2Use only for video game projects; define playtest metrics for time-to-fun, replay, confusion, quit points, sharing, and retention
game-prototype-testv0.2Use only for video game projects; design playable prototype tests and success criteria for fun, clarity, and replay
game-roadmapv0.4Use only for video game projects; sequence prototype, vertical slice, demo, store page, festival, launch, and post-launch milestones
game-store-page-testv0.5Use only for video game projects; plan Steam/store page, capsule, trailer, screenshot, tag, and wishlist validation
game-workflowv0.3Use only for video game projects; route research, validation, roadmap, metrics, and launch work through the game pack
gitops 2 skills
commit-and-push-by-featurev0.1Commit and push all changes to GitHub grouped by logical feature/function buckets with conventional commit messages
syncv0.6Pull latest changes from remote and report status
guided-walkthrough 2 skills
guidev0.1Click-by-click instructions for manual blockers — DNS, OAuth, signups, and other GUI-dependent tasks
uat-guidev0.5Expand a UAT journey into click-by-click tester instructions, then update the result log on completion
knowledge-check 1 skill
quiz-mev0.0Adversarial one-question-at-a-time questioning to verify deep reading comprehension of alignment pages, specs, or any document
monorepo 7 skills
affectedv0.1Analyze which monorepo packages and apps are affected by current changes
mono-detectv0.1Detect pnpm workspace structure, optional Turborepo overlay, package metadata, and internal dependency graph for monorepo-aware skills
mono-execv0.1Augment the standard exec lifecycle with monorepo detection, lane-spec generation, guard validation, and package-scoped dispatch
mono-guardv0.1Validate monorepo lane specs before dispatch and verify integrated changes stay inside declared lane boundaries
mono-planv0.2Detect monorepo structure, identify shared chokepoints, and generate safe parallel lane specs aligned to package boundaries
mono-shipv0.0Augment the standard ship lifecycle with monorepo package-scoped and transitive-dependent validation
scaffoldv0.3Generate a new package or app in the monorepo following established project conventions
ord 4 skills
ord-alignv0.2Validate whether an OSS tool is worth building through staged namespace, existing-solution, and feasibility review
ord-scanv0.2Scan for OSS tool opportunities from npm gaps, GitHub trends, and developer pain points
ord-shipv0.3Publish to npm, create README, set up repo, and log the shipment
ord-tractionv0.0Check post-launch adoption for a published ORD package and recommend iterate, graduate, or archive
product-design 11 skills
brainstormv0.3Evaluate the codebase and suggest ideas to explore with /feature-interview
consolidate-variationsv0.14Compare multiple built UI variations, interview the user on what works and what doesn't, cherry-pick best elements, resolve conflicts, and produce a final consolidated prototype
design-inspirationsv0.1Gather UI/UX design inspiration once via web research — named patterns, interaction/layout conventions, component-library references, and annotated links — into a durable cited brief that feeds the prototype-phase design skills
design-systemv0.3Extract or scan design tokens from a consolidated UI spec or existing codebase and produce a DESIGN.md file following the Google Labs Stitch format — machine-readable YAML frontmatter with prose rationale sections
feature-interviewv0.7Interview a feature idea with evidence-backed alignment, then decide whether to create/update docs, specs, roadmap, or tasks
prototypev0.16Build tangible, runnable prototypes from design-phase UX variation and UI branch packets — static HTML/CSS for UI projects, runnable scripts for CLI, endpoint stubs for API, or minimal configs for infra
spec-interviewv0.14Post-prototype production deep dive — walks through consolidated prototype screen by screen to extract production specifications
state-modelv0.0Orchestrator — author the flow-anchored logical domain model (entities, state machines, events/commands, read models, policies, logical contracts) from an approved user-flow map, running one domain-modeling framework per session, before UX variation work
ui-interviewv0.23Interview page by page to define a complete UI specification, including layout, hierarchy, controls, links, spacing, sizing, responsive behavior, visual states, and implementation-ready interface details — supports a requirements-only mode that establishes data, actions, and states without locking layout or component decisions
user-flow-mapv1.0Turn a high-level product concept, positioned goal, or goal sequence into screen flow structure with entry points, decisions/actions/states, branches, failure paths, and low-fidelity wireframe guidance before UI/spec/prototype work
ux-variationsv0.21Interview and plan multiple UX and UI variations for a product, page, or flow, including onboarding, typical workflows, sharing, collaboration, return use, and interface alternatives users can compare before locking a direction — and concrete visual/layout UI variations (component choices, spatial arrangements, information density)
product-testing 2 skills
dogfoodv0.4Derive owner/operator dogfood scenarios from product evidence and active-use cadence, then produce adoption instructions and manual evaluation checks
uatv0.12Create user acceptance test journeys from a target user's perspective, with role-based scenarios, acceptance criteria, and evidence capture
project-fleet 2 skills
clone-spec-storev0.1Build a canonical lawful-functional-parity spec store for N software ideas in any domain, then use portfolio gates to seed only implementation-ready or explicit scaffold-only downstream repos.
skill-inventoryv0.1Inventory downstream repository Claude and Codex skill installs from a control-repo manifest, classify managed local skill-copy drift against canonical agentic-skills sources, and produce report-only Markdown or JSON guidance without refreshing, deleting, or mutating downstream repos.
release-ops 3 skills
branch-lifecyclev0.2Evaluate feature branches and decide whether to merge, salvage, keep open, or delete based on branch health, PR status, and stale-branch heuristics
deployv0.0Deploy the project to a target environment (defaults to staging) with deployment history tracking
releasev0.2Version bump, generate changelog, tag, and prepare a release
remotion 3 skills
video-buildv0.2Transform an approved video script into a Remotion build specification with scaffolded project directory, compositions, scene components, and render config
video-scriptv0.2Draft a scene-by-scene video script with timing, visual direction, narration, and source attribution from upstream creator-media artifacts
youtube-format-researchv0.6Break down a YouTube video's format, visual system, pacing, editing grammar, motion, audio, and Remotion-ready production patterns
repo-maintenance 2 skills
bootstrap-repov0.5Initialize or reset a repository README and agent workflow docs from a short project brief
env-setupv0.0Scaffold the local env file with required variable stubs from .env.example and code, open it for the user to fill, and verify completeness by key names only — never reading secret values
report-gen 1 skill
report-websitev0.1Convert one Markdown report or a collection of documented Markdown outputs into clean JSX routes for a polished, readable frontend website
research-admin 1 skill
research-roadmapv0.18Scan research and documentation health, then maintain a priority documentation queue
session-analytics 3 skills
analyze-sessionsv0.4Analyze Claude Code and Codex session history for cross-session trends, recurring patterns, and automation opportunities
prompt-history-backfillv0.2Scan Claude and Codex conversation history for skill invocation prompts missing from repo prompt history and report or backfill them safely
session-triagev0.2Investigate one immediate session, correction, repo incident, or skill failure and recommend a verified fix
skill-dev 4 skills
create-agentic-skillv0.3Create or update a repo-managed skill inside this agentic-skills checkout under base/claude and optionally base/codex, then validate, commit, and push it
create-local-skillv0.2Scaffold a new user-local skill in ~/.claude/skills (and optionally ~/.codex/skills), then offer to promote it to a personal fork of agentic-skills
skill-interviewv0.2Interview the user to define the characteristics of a skill they want created
targeted-skill-builderv0.4Build or update one specific skill from a concrete workflow gap, correction, or repeated bad recommendation
teardown 2 skills
decommissionv0.1Systematically tear down and remove a service, package, or infrastructure component
desk-flipv0.5Autopsy a stuck project, extract salvageable artifacts, and route to a fresh start via /bootstrap-repo reset or new-repo bootstrap
vard 4 skills
vard-alignv0.0Quick feasibility and novelty check — go/no-go decision for this week's build
vard-scanv0.2Scan for viral app opportunities from trends, gaps, and user pain points
vard-shipv0.0Deploy the app, create landing page, set up analytics, and log the shipment
vard-tractionv0.0Check post-launch traction for a shipped VARD app and recommend iterate, graduate, or archive
website-polish 1 skill
icon-handlerv0.1Audit and apply project-root icon assets to favicon, app icon, Apple touch icon, and manifest surfaces
youtube-ops 15 skills
youtubev0.3Intent-based router and play composer for youtube-ops skills — classifies what the user needs and recommends a single skill or queues a multi-step play for /exec
youtube-auditv0.6Analyze a YouTube channel with evidence-first metadata, transcripts, performance fields, portfolio shape, and repeated content-quality patterns
youtube-cadence-diagnosisv0.6Diagnose YouTube publishing cadence, gaps, streaks, and post-gap performance effects against channel and peer evidence
youtube-channel-auditv0.6Run an evidence-first YouTube channel audit that captures raw metadata/transcripts, performance fields, portfolio roles, and repeated content patterns
youtube-competitive-researchv0.6Analyze why an external YouTube video performed well and extract evidence-backed competitive lessons, positioning gaps, and adaptation opportunities
youtube-concept-researchv0.6Research a proposed YouTube video concept against successful direct and adjacent content, then extract evidence-backed lessons, concept variants, packaging directions, and differentiated execution guidance
youtube-derivative-cutsv0.0Plan a prioritized derivative content slate from one long YouTube source video using metadata, transcript, chapters, audits, portfolio evidence, and available metrics
youtube-description-optimizerv0.6Audit, draft, or template YouTube descriptions and metadata for promise-match, search clarity, CTA hierarchy, links, chapters, hashtags, and upload readiness
youtube-peer-benchmarkv0.6Benchmark a YouTube channel against peers — discover comparable creators, pull real metrics via yt-dlp, compare performance at equivalent stages, and diagnose whether the gap is quality, volume, format, or conversion
youtube-portfoliov0.6Map a YouTube channel's video portfolio by archetype, strategic role, performance concentration, and cleanup or refresh opportunities
youtube-search-positioningv0.6Find YouTube search opportunities by comparing channel topics against query demand, ranking competition, and underserved results
youtube-title-thumbnail-auditv0.6Audit YouTube titles and thumbnails against channel performance and peer packaging patterns
youtube-vid-researchv0.6Research one or more external YouTube videos for context, claims, structure, examples, terminology, and transferable takeaways
youtube-video-auditv0.6Audit one YouTube video in depth using public metadata, transcript/content evidence, release timing, comments, and optional owner analytics
youtube-video-prelaunch-auditv0.3Audit unlisted or pre-release YouTube videos before public launch for edit readiness, polish, packaging, title, description, chapters, publish settings, launch timing, and social cross-sharing strategy