Agent Skills by d0whc3r
Showing 74 vetted skills indexed across 2 GitHub repositories.
speckit-checklist
Generate requirement-quality checklist items from feature specifications.
speckit-git-remote
Detect Git remote URLs and extract GitHub owner and repository names.
speckit-git-validate
Validate Git feature branch names against specs directory prefixes.
speckit-git-initialize
Initialize a Git repository and create an initial commit.
speckit-constitution
Update Speckit project constitutions by replacing placeholders and propagating changes to templates.
speckit-implement
Execute Spec-kit implementation plans with checklist validation and hook handling.
speckit-taskstoissues
Convert spec-kit tasks into GitHub issues in dependency order.
speckit-clarify
Identify missing decision points in spec-kit feature files and record accepted answers in-place.
speckit-plan
Execute implementation planning workflows from feature specifications into design artifacts.
speckit-git-feature
Create and switch to a numbered git feature branch from a spec.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for consistency and quality.
speckit-git-commit
Auto-commit staged Spec Kit changes after hook events complete.
speckit-specify
Convert natural-language feature descriptions into structured, testable specifications.
speckit-tasks
Convert plan.md and spec.md into dependency-ordered tasks.md for spec-kit projects.
zod
Enforce Zod schema validation with safeParse and boundary checks.
idea-refine
Refine raw product ideas into markdown one-page concepts with structured ideation.
playwright-best-practices
Guide Playwright test writing, debugging, and maintenance across E2E, component, and API scenarios.
debugging-and-error-recovery
Guide systematic triage to reproduce, localize, and fix failing tests and builds.
using-agent-skills
Discover engineering workflow skills by development phase and task intent.
test-driven-development
Turn desired features and bug reports into failing tests before implementation.
planning-and-task-breakdown
Breaks down software work into ordered, verifiable tasks via dependency analysis and vertical slicing across subsystems.
incremental-implementation
Decompose multi-file features into thin vertical slices with implement-test-verify-commit loops.
api-and-interface-design
Design stable REST/GraphQL API contracts with consistent error semantics and boundary validation.
vitest
Runs Jest-compatible unit and integration tests for Vite projects with TypeScript support.