Agent Skills by dio0550
Showing 31 vetted skills indexed across 4 GitHub repositories.
spec-gen
Generate AI-oriented specification and design documents from templates.
api-spec
Generate API specifications in Markdown, OpenAPI 3.1, and GraphQL schema formats.
detail-spec
Generate design and implementation specifications through interactive dialogue and templates.
workflow-setup
Append TypeScript workflow skill instructions to designated Markdown project files.
rules-setup
Adds d-market rule-based skill usage guidelines to TypeScript/React project instruction files.
typescript-performance-review-skill
Review TypeScript and React code for performance bottlenecks using measurement-first optimization.
system-design
Generate system design documents, ADRs, and C4 diagrams in Markdown.
feature-spec
Generate domain-split feature specifications and PRDs as {domain}-spec.md files.
spec-driven-dev
Clarify feature requests into implementation-plan.md and tasks.md.
implementation-plan
Generate implementation plans with system diagrams, folder structures, and migration paths.
spec-driven-dev-copilot
Generate implementation-plan.md and tasks.md from clarified feature requirements.
spec-implement
Automate numbered spec implementation by applying plans from .specs folders.
create-orchestrator-agent-file-based
Create file-based orchestrator agent definitions for multi-task workflows.
implementation-workflow
Standardize Rust implementation workflows with TDD cycles and cargo quality checks.
setup
Add a structured Rust rules section to CLAUDE.md and .cursorrules files.
tdd
Define a Red-Green-Refactor TDD workflow for Rust projects with cargo test verification.
file-search
Search Rust source files and symbols across a codebase.
type-check
Run cargo check to detect Rust type and compile errors.
security-review-skill
Identify and remediate OWASP Top 10 security vulnerabilities in code.
copilot-review
Delegate code review to the GitHub Copilot CLI across staged, branch, commit, and PR diffs.
typescript-code-review-skill
Review TypeScript/React code for naming, test quality, and maintainability.
code-review-skill
Identify code quality issues and generate actionable feedback from multi-language code inputs.
pull-request
Generate PR descriptions and checklists from code changes and issue references.
test
Execute unit and integration tests for TypeScript projects via a task agent.