Feature Analyzer
This tool dissects text to identify key features and patterns, streamlining content analysis & research.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add feature-analyzer npx -- -y @trustedskills/feature-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"feature-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/feature-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Feature Analyzer skill assists in designing new features and specifications by systematically gathering information and validating ideas. It begins by exploring existing codebases to understand project structure, conventions, and related components. Crucially, it uses a structured questioning process ("AskUserQuestion") to efficiently collect requirements from users, breaking down the process into focused rounds of questions.
When to use it
- When designing a new feature or enhancement for an existing system.
- To clarify the scope and goals of a development task before implementation.
- To ensure alignment with project conventions and related features.
- During initial planning phases when requirements are unclear and need exploration.
Key capabilities
- Codebase Exploration: Analyzes code to understand project structure, tech stack, and existing patterns.
- Structured Questioning (AskUserQuestion): Collects information through a series of predefined questions in batches.
- Requirement Round Management: Organizes questioning into rounds focused on core requirements and technical details.
- Multi-Select Options: Allows for selecting multiple options when answering questions, providing more nuanced input.
Example prompts
- "Let's design a new user authentication feature. I’m using the feature-analyzer skill to design this feature."
- “I need help defining the scope of a new reporting module. Can you use Feature Analyzer to guide me through the process?”
- "Can you analyze our codebase and then ask me questions about a proposed API endpoint?"
Tips & gotchas
- The skill announces its usage at the start ("I'm using the feature-analyzer skill...").
- It utilizes "AskUserQuestion" for efficient data collection; be prepared to answer the presented questions.
- The questioning process is structured into rounds, so expect a series of prompts related to goals and technical details.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.