The library

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

untested
Diagnose failed workflow root causesskillEngineeringL2
gsd:forensics · Understanding why a GSD workflow got stuck or failed, with data-grounded diagnostic findings rather than speculation.
untested
Migrate GSD-2 projects to GSD v1skillEngineeringL1
gsd:from-gsd2 · Reverse-migrating legacy GSD-2 projects back to v1 format while preserving completion state and phase hierarchy.
untested
Estimate development timelinesskillEngineeringL1
sc-estimate · Planning timelines and resource allocation with transparent confidence levels rather than false precision.
untested
Build and query project knowledge graphskillEngineeringL2
gsd:graphify · Maintaining a queryable knowledge graph of project decisions, artifacts, and relationships without manual documentation.
untested
Check and repair planning directoriesskillEngineeringL1
gsd:health · Validating .planning/ integrity before running major workflow operations, catching configuration drift early.
untested
Schedule delayed action checksskillEngineeringL2
delaying-tasks · Waiting for external state (CI pipeline, PR status, scheduled check) with bounded polling and clean output.
untested
Triage GitHub issues and pull requestsskillEngineeringL2
gsd:inbox · Batch triaging inbox of issues/PRs without manual review of each, surfacing incomplete submissions for rejection.
untested
Validate EigenFlux code and run testsskillEngineeringL3
eigenflux-localtest · Autonomously validating completed changes in EigenFlux without manual test invocation, using source-to-test mapping to run only affected suites.
untested
Bootstrap documentation and planning frameworkskillEngineeringL3
gsd:ingest-docs · Consolidating pre-existing planning documents (ADRs, PRDs, specs) into a GSD project without losing context or forcing new documentation.
untested
Query codebase intelligence filesskillEngineeringL1
gsd:intel · Maintaining searchable codebase intelligence index across multiple project subsystems.
untested
Enforce Svelte 5 best practicesskillEngineeringL2
svelte-engineering.skill · Enforcing Svelte 5 rune patterns and SvelteKit architecture consistency in team projects.
untested
Review code architecture before buildingskillEngineeringL2
review-design · Catching architecture violations (anti-patterns, security, coupling) before code review.
untested
Manage Linear issues from terminalskillEngineeringOpsL2
linear · Automating Linear issue workflows without leaving the terminal or UI.
untested
Map codebase architecture in parallelskillEngineeringL3
gsd:map-codebase · Generating first-time codebase documentation via parallel analysis of structure, tech, and risks.
untested
Route GitHub operations through commandsskillEngineeringL2
forge · Abstracting GitHub/GitLab/Gitea differences so one workflow works across multiple forge providers.
untested
Create and validate command policiesskillEngineeringOpsL2
codex-execpolicy · Defining and validating command execution policies so Codex respects org/project security rules.
untested
Generate Docker and CI/CD configsskillEngineeringL3
deploy-planner · Orchestrating multi-phase rollouts with environment, approval, and risk gates.
untested
Generate production-ready codeskillEngineeringL2
fullstack-coder · Shipping end-to-end features (backend + frontend + tests) without context-switching between roles.
untested
Create isolated build workspaceskillEngineeringL3
gsd:new-workspace · Isolating multi-repo feature work when you need independent .planning/ folders per feature branch.
untested
Load type signatures for mrubyskillEngineeringL3
ti-install-sig · Discovering mruby type landscape when starting a task in unfamiliar dynamic-typed codebases.
untested
Triage GitHub issues for iNavskillEngineeringL2
issue-triage-sensei-hacker-inav-claude · Quickly identifying readily-solvable issues when managing 100+ open GitHub issues in OSS projects.
untested
Build GraphQL APIs with schemasskillEngineeringL2
graphql-implementation · Building strongly-typed flexible APIs when client query variations beat fixed REST endpoints.
untested
Design database schemas and ERDskillEngineeringL2
schema-designer · Preventing data integrity issues when schema changes later become prohibitively expensive.
untested
Audit code for security vulnerabilitiesskillEngineeringL2
security-auditor-saas · Blocking deployment when OWASP Top 10 vectors would otherwise reach production.
untested
Design system architecture and tech stackskillEngineeringL1
system-architect · Eliminating spaghetti architecture when deliberate choices before coding prevent costly refactors.
untested
Write unit and integration testsskillEngineeringL2
test-engineer · Blocking bugs before QA when automated test coverage beats manual testing ROI.
untested
Audit and rewrite agent instructionsskillEngineeringL2
optimize-agent-instructions · Applying Karpathy principles when instruction files drift from behavioral intent.
untested
Execute TDD workflow implementationskillEngineeringL2
conductor-implement · Executing structured project tasks when workflow rules and TDD discipline reduce context thrashing.
untested
Evolve Agentic OS ecosystemskillEngineeringL3
os-architect · Automatically routing agent/skill evolution requests to the right orchestrator without manual classification.
untested
Backport evaluation results to sourceskillEngineeringL2
os-eval-backport · Safely merging improvement-loop edits back to canonical plugin sources with selective review.
untested
Bootstrap skill evaluation lab reposkillEngineeringL2
os-eval-lab-setup · Bootstrapping isolated test repos with consistent eval harness before autoresearch iterations.
untested
Score and gate skill improvementsskillEngineeringL3
os-eval-runner · Autonomously iterating skill improvements using empirical scoring gates instead of human feedback.
untested
Plan and delegate plugin evolutionskillEngineeringL3
os-evolution-planner · Proposing and executing agent evolution paths (update/create/orchestrate) with structured planning.
untested
Verify artifact evolution from architectureskillEngineeringL3
os-evolution-verifier · Validating that evolved agents meet their original requirements before applying to production.
untested
Request peer review from external AI CLIsskillEngineeringL2
gsd:review · Gate-checking workflow completion before advancing to next phase.
untested
Log agentic OS experiment runsskillEngineeringL2
os-experiment-log · Durable tracking of agent experiments with structured metadata and cross-run analysis.
untested
Lightweight codebase assessmentskillEngineeringL1
gsd:scan · Quick status checkup showing active phase, pending tasks, and system health.
untested
Multi-agent concurrent improvement loopskillEngineeringL4
os-improvement-loop · Multi-agent systems needing concurrent eval-driven improvement cycles
untested
Initialize agent environment setupskillEngineeringL1
os-init · Bootstrapping Agentic OS structure for new multi-agent projects
untested
Create and merge pull requests safelyskillEngineeringL1
gsd:ship · Creating PRs and tracking merges after verify-work passes
untested
Auto-heal agentic system failuresskillEngineeringL3
self-evolution · Self-healing failed selectors and stale scripts via tier-gated edits
untested
Package design findings into reusable skillsskillProductEngineeringL1
gsd:sketch-wrap-up · Distilling throwaway sketches into persistent design skills
untested
Audit code for technical debtskillEngineeringL1
todo-check · Pre-flight auditing a file for technical debt before committing
untested
Sketch throwaway UI mockupsskillProductEngineeringL1
gsd:sketch · Exploring design directions with fast HTML mockup variants
untested
Partition work across parallel agentsskillEngineeringL3
agent-swarm · Partitioning large features into parallel independent sub-tasks
untested
Lock requirements before implementationskillProductEngineeringL1
gsd:spec-phase · Clarifying phase requirements with Socratic interview before discuss-phase
untested
Delegate tasks to worker agentsskillEngineeringL3
dual-loop · Balancing dual concurrent execution cycles with separate eval gates
untested
Preserve spike discoveries as reusable patternsskillProductEngineeringL1
gsd:spike-wrap-up · Converting research findings into reusable project-local skills
untested
Prototype and test ideas experimentallyskillProductEngineeringL1
gsd:spike · Fast exploratory research on technical unknowns before planning
untested
Route tasks to specialized agentsskillEngineeringL2
orchestrator · Coordinating multi-agent task dispatch across a distributed team
page 49 / 86