.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/zakelfassi/skills-driven-development
home/skills/zakelfassi/skills-driven-development
zakelfassi avatar

zakelfassi/skills-driven-development

25 skills

View on GitHub
$npx skills add zakelfassi/skills-driven-development
SkillInstalls
alpha-skillFirst fixture skill for skdd add tests. Use when testing drop installation.—api-endpointScaffold a REST API endpoint with route, controller, validation, and tests.—backfill-runbookSafely backfill historical data for a pipeline stage — scope the date range, run a dry-run, execute in chunks to avoid overwhelming the database, and verify…—bad-nameA skill with an invalid name. Use when testing that uppercase and underscores are rejected.—beta-skillSecond fixture skill for skdd add tests. Use when testing multi-skill drops.—breaking-change-auditAudit shipctl's public interface before a release — compare flags, exit codes, and output formats against the previous tag to catch accidental breaking…—broken-skillMissing description and the name does not match the directory.—bug-triageTriage a bug report into an actionable GitHub issue with severity, reproduction steps, and assignment.—component-scaffoldCreate a new React component with co-located test, story, and styles.—cross-compile-matrixAdd a new target triple to the shipctl cross-platform build matrix — CI YAML, Makefile, and a smoke test.—data-quality-gateAdd or extend data validation checks in the pipeline when data quality issues are detected — null-percentage thresholds, value ranges, referential integrity,…—dataset-onboardOnboard a new raw dataset into the data platform — sniff the schema, generate a profiling notebook, create the ingestion job, and add an entry to the data…—deploy-previewDeploy a preview branch to the staging environment for review.—experiment-logRecord a model training run — log parameters, metrics, and artifact paths, then append a structured row to the experiments ledger.—finish-the-loopClose implementation loops with target-bound independent evidence and a portable proof receipt.—flag-addAdd a CLI flag to shipctl end-to-end — argument parser definition, help text, shell completion scripts, documentation, and tests.—fullA fully-populated skill with SkDD lifecycle metadata. Use when validating the full metadata profile including forged-by, usage-count, and status.—manpage-syncRegenerate man pages and shell completion scripts from the shipctl command tree whenever commands, flags, or subcommands change.—minimalA minimal spec-compliant skill. Use when you need the bare minimum to satisfy the Agent Skills spec.—missing-descriptionThis should fail validation because description is absent.—missing-nameA skill that is missing the required name field. Use when testing validator error detection.—pipeline-stageScaffold a new transform stage in the data pipeline — create the transformation script, schema contract, idempotency logic, and tests.—release-cutCut a versioned release for shipctl — bump the version, generate a changelog from conventional commits, create and push the git tag, and draft a GitHub release…—skillforgeCreate or update a reusable agent skill. Use when you notice a repeated pattern, when a workflow should be persisted for future sessions, or when asked to…—wrong-dirA skill whose name does not match its directory. Use when testing that name/dir mismatches are caught.—