aceternity-ui
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI…
Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records.
$ npx -y skills add secondsky/claude-skills --skill technical-specification --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/technical-specificationContext preview
The summary Claude sees to decide when to auto-load this skill.
Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records.
name: technical-specification description: Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records. license: MIT
Create comprehensive technical specifications for software projects.
# Technical Specification: [Feature Name] ## Metadata - **Status**: Draft | In Review | Approved - **Author**: [Name] - **Reviewers**: [Names] - **Last Updated**: [Date] ## Executive Summary [2-3 sentences: What problem does this solve? What's the proposed solution?] ## Background & Context - Current pain points - Why now? - Related work ## Goals ### Primary Goals 1. [Measurable goal] ### Non-Goals - [What this spec explicitly does NOT cover] ## Functional Requirements | ID | Requirement | Priority | |----|-------------|----------| | FR-1 | [Description] | P0 | | FR-2 | [Description] | P1 | ## Non-Functional Requirements - **Performance**: Response time < 200ms - **Scalability**: Support 10K concurrent users - **Availability**: 99.9% uptime - **Security**: [Requirements] ## Technical Design ### Architecture [Diagram or description] ### API Design
POST /api/v1/resource Request: { "field": "value" } Response: { "id": "123", "field": "value" }
### Database Schema ```sql CREATE TABLE resources ( id UUID PRIMARY KEY, field VARCHAR(255) );
| Phase | Timeline | Deliverables | |-------|----------|--------------| | 1 | Week 1-2 | Core functionality | | 2 | Week 3 | API endpoints | | 3 | Week 4 | Testing & docs |
| Risk | Probability | Impact | Mitigation | |------|-------------|--------|------------| | [Risk] | Medium | High | [Plan] |
## Full Template
See [references/template.md](references/template.md) for a comprehensive copy-paste template including:
- Complete metadata section
- Success metrics tables
- Architecture diagrams
- Detailed API design sections
- Security threat analysis
- Monitoring & observability
- Risk assessment matrix
- Rollout and rollback plans
- Dependencies tracking
- Open questions section
## Best Practices
**Do:**
- Include measurable acceptance criteria
- Add architecture diagrams
- Define explicit API contracts
- Quantify performance targets
- Document risks and mitigations
- Get stakeholder review before implementation
- Include security considerations
- Define rollback procedures
**Don't:**
- Use vague requirements ("fast", "scalable")
- Skip non-functional requirements
- Ignore security considerations
- Leave alternatives unexplored
- Omit testing strategy
- Forget dependencies and risks145 production-ready skills for Claude Code CLI 🔌 Platform / Harness Support These plugins ship as Claude Code marketplace plugins (.claude-plugin/ manifests) and Codex CLI plugins (.codex-plugin/ manifests).
Repo: secondsky/claude-skills
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI…
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or…
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions,…
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication,…
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs,…
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing…