feature-dev
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectural decisions, or encountering ambiguous requirements, integration patterns, design approach errors.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install secondsky/claude-skills/feature-devskilz install secondsky/claude-skills/feature-dev --agent opencodeskilz install secondsky/claude-skills/feature-dev --agent codexskilz install secondsky/claude-skills/feature-dev --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/secondsky/claude-skillscp -r claude-skills/plugins/feature-dev/skills/feature-dev ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
pytest-config
by athola
Standardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Trig...
shell-testing-framework
by manutej
Shell script testing expertise using bash test framework patterns from unix-goto, covering test structure (arrange-act-assert), 4 test categories, ...
markdownlint-custom-rules
by TheBushidoCollective
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
webapp-testing
by anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior,...
Agentic Skill Details
- Repository
- claude-skills
- Stars
- 3
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- testing
- Market Score
- 62
Agent Skill Grade
D Score: 62/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Invalid or incomplete frontmatter
- Missing Reference Files
- Name convention violations
Recommendations
- Focus on improving Spec Compliance (currently 0/15)
- Focus on improving Pda (currently 12/30)
- Address 4 high-severity issues first
Graded: 2026-01-19
Developer Feedback
I took a look at your feature-dev skill and wanted to share some thoughts.
Links:
TL;DR
You're at 62/100, which puts you in D territory. This skill has solid bones—your Utility pillar scored 18/20, which is really strong, and your workflow thinking is clear. But you're getting hammered on Spec Compliance (0/15) and Progressive Disclosure Architecture (12/30). The good news? These are fixable issues, not conceptual ones.
What's Working Well
- Utility is legit (18/20) — Your 7-phase workflow actually addresses real gaps in feature development, and the agent specialization (code-explorer, code-architect, code-reviewer) is practical
- Good trigger phrases — Your activation keywords are specific and discoverable; someone will actually find this when they need it
- Solid examples — You've included concrete output examples that show how the agents work together, which is helpful for understanding the workflow
- Clear instructions — The step-by-step breakdown is easy to follow; this isn't a vague skill
The Big One: Frontmatter is Broken
Your SKILL.md has invalid YAML frontmatter. The grader literally can't parse it, which automatically tanks you 15 points on Spec Compliance. Here's the fix:
Current (broken):
---
name: feature-dev
description: Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectural decisions, or
Should be:
---
name: feature-dev
description: Automate feature development across 7 phases using specialized agents. Use when asked to "build a feature", "architect a complex feature", "design multi-file features", or "review feature implementations".
keywords: ["feature developmen...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.