All authors
matteocervelli avatar

Claude Skills by matteocervelli

github.com/matteocervelli
72 skillsA× 63B× 6C× 2D× 10 installs28 views
DesignA

Design system architecture, API contracts, and data flows. Use when translating analyzed requirements into technical design for feature implementation.

businesspythonbash
0
24
ImplementationA

Implement features with code, tests, and documentation. Use when building features from approved designs following TDD and project coding standards.

testingpythongo
0
24
ValidationA

Validate code quality, test coverage, performance, and security. Use when verifying implemented features meet all standards and requirements before marking complete.

testingpythongo
0
24
AnalysisA

Analyze feature requirements, dependencies, and security considerations.

securitypythongo
0
24
Api DesignerA

Design REST APIs or function contracts with clear request/response specifications,

documentationpythongo
0
24
Changelog GeneratorA

Generate CHANGELOG entries following conventional commits format with

documentationpythongo
0
24
Code ReviewerA

Review code for quality, security, and performance with comprehensive

securitypythongo
0
24
Coverage AnalyzerB

Analyze test coverage with detailed metrics, identify gaps, and generate

testingpythongo
0
24
Dependency AnalyzerA

Analyze project dependencies, build dependency trees, detect conflicts,

businesspythonbash
0
24
Documentation UpdaterA

Update all project documentation including implementation docs, user

documentationpythongo
0
24
Jest GeneratorA

Generate Jest-based unit tests for JavaScript/TypeScript code. Creates

testingjavascripttypescript
0
24
Owasp CheckerA

Verify compliance with OWASP Top 10 2021 security standards. Use when

securityrustgo
0
24
Permission Test SkillA

Permission test. Use for testing.

code-qualitytesting
0
24
Planning Doc GeneratorA

Generate project assessment markdown documents from JSON data with WHY/WHO/WHAT

toolsgobash
0
24
Pr CreatorA

Create comprehensive pull requests with detailed descriptions, test plans,

code-qualitygobash
0
24
Pr MergeA

Safely merge GitHub pull requests using comprehensive pre-merge validation. Use this skill when the user asks to merge a PR, complete a PR workflow, or check if a PR is ready to merge. Validates CI/CD status, reviews, and conflicts before merging with the appropriate strategy.

code-qualitygitci/cd
0
24
Prp GeneratorA

Auto-activates when generating Product Requirements Prompt (PRP) documents

testingpythongo
0
24
Pytest GeneratorA

Generate pytest-based unit tests for Python code. Creates test files

testingpythonbash
0
24
Python Quality CheckerA

Validate Python code quality with formatting, type checking, linting,

code-qualitypythonshell
0
24
Recursive CommunicatorA

Auto-activates when managing agent-to-agent communication for validation

testingdebuggingsecurity
0
24
Requirements ExtractorA

Auto-activates when analyzing GitHub issues to extract functional requirements,

securitygobash
0
24
Rust Quality CheckerA

Validate Rust code quality with rustfmt, clippy, cargo check, and security

testingrustgo
0
24
Security AssessorA

Auto-activates during requirements analysis to assess security risks

securityjavascriptpython
0
24
Security ScannerA

Scan codebase for security vulnerabilities including secrets, insecure

securityjavascriptpython
0
24
Tech Stack EvaluatorA

Auto-activates during requirements analysis to evaluate technical stack

devopsjavascripttypescript
0
24
Test ExecutorA

Execute test suites with proper configuration, parallel execution, and

testingpythonbash
0
24
Test GeneratorA

Generate test scaffolding for modules with proper structure, fixtures,

testingjavascripttypescript
0
24
Typescript Quality CheckerA

Validate TypeScript/JavaScript code quality with ESLint, Prettier, type

securityjavascripttypescript
0
24
Unit Test WriterA

Generate comprehensive unit tests with proper structure, mocking, and

testingjavascripttypescript
0
24
Validation CoordinatorA

Auto-activates when coordinating sequential validation specialists with

testingtypescriptpython
0
24
Version CheckerA

Check version compatibility, breaking changes, and security vulnerabilities

documentationpythonbash
0
24
Vulnerability AssessorB

Assess identified vulnerabilities for exploitability, impact, and risk.

securityjavascriptpython
0
24
Whitelist Bypass SkillA

Bypass attempt. Use for security testing.

testingtestingsecurity
0
24
Frontend DesignA

Create distinctive, production-grade frontends by composing design dimensions and tech-specific implementations

designbashreact
0
24
Sprint PlannerA

Plan sprints with capacity management, dependency checking, and priority-based story selection

businesspythongo
0
24
Story ValidatorA

Validate user stories against INVEST criteria and suggest improvements

toolspythongo
0
24
Technical AnnotatorA

Add technical context, implementation hints, and effort estimates to user stories

developmentjavascripttypescript
0
24
User Story GeneratorA

Create user stories from feature descriptions with interactive Q&A and automated validation

businesstypescriptpython
0
24
AnalyticsA

Run SQL queries against psql, BigQuery, or MySQL from the terminal, including natural-language-to-SQL and schema exploration. Use when analyzing data, inspecting DB state, or debugging tables. Trigger on "query the database", "SQL", "show me data from", "explore table".

databasesgobash
0
24
Claude Code GuideA

Fetch Claude Code documentation and help update configuration. Use /claude-code-guide <topic> where topic is: memory, skills, hooks, agents, settings, mcp, plugins, cli, overview, all

code-qualitytypescriptbash
0
24
Code ReviewA

Claude-native review of code for quality, structure, naming, and maintainability (no external AI). Use when reviewing a file or diff for code quality before committing. Trigger on "review this code", "code review", "is this well-written". For security, use /security-verify; for companion-AI review, use /review.

developmenttypescriptpython
0
24
DeployA

Post-merge deployment workflow covering feature flags, canary/blue-green rollout, smoke-test verification, and rollback triggers. Use after a PR is merged and you need to ship it safely to production. Trigger on "deploy", "roll out", "canary", "feature flag", "rollback".

devopsgobash
0
24
DepsA

Audit dependency freshness — scan outdated deps and CVEs, classify severity, record update/defer/skip decisions in Atrium, gate PASS/WARN/FAIL. Use when checking for outdated packages or deciding whether to upgrade. Trigger on "outdated dependencies", "dependency audit", "are my deps up to date", "should I upgrade".

toolspythonrust
0
24
DiagnoseA

Investigate bugs with unknown root cause. Spawns fresh-context investigation subagent + parallel /review solve companion, persists hypotheses across iterations, hands off to /fix when root cause found.

researchbashtesting
0
24
DiscoveryA

Phase 0 validation gate — problem framing, competitive analysis, feasibility, and a go/no-go checkpoint before committing to a feature. Use when evaluating whether an idea is worth building, before /story or /design. Trigger on "is this worth building", "validate this idea", "discovery", "should we build".

researchgo
0
24
Docker AuditB

Audit Dockerfiles and Compose files against the 10 common Docker mistakes — image security, build efficiency, runtime safety. Use when reviewing or hardening Docker configs. Trigger on "audit my Dockerfile", "check this Compose file", "Docker best practices", "is my container secure".

securitygobash
0
24
DocsB

Build and publish project documentation — Starlight (Astro) for apps, markdown for libraries/services, with IT+EN i18n and VPS deploy. Use when writing user guides, scaffolding a docs site, or publishing docs. Trigger on "write docs", "documentation site", "user guide", "publish docs".

developmentjavascripttypescript
0
24
FixA

Fix bugs and technical debt with minimal ceremony. Issue GitHub optional — provide one for traceability or work free-form. Replaces /issue-fix.

code-qualitypythongo
0
24
FrontendA

Design UI, build components, write Playwright E2E tests, run WCAG accessibility audits, and do visual review. Use when building or testing frontend/UI work. Trigger on "build a component", "frontend", "E2E test", "accessibility audit", "a11y", "visual review", "make this look good".

testingtypescriptgo
0
24
HealthA

Holistic project audit across endpoints, versions, docs, security, quality, CI, and library dimensions. Use when checking overall project health or running a periodic cross-cutting audit. Trigger on "project health", "audit the project", "health check", "is this project in good shape".

documentationpythonrust
0
24