All authors
adrien-barret avatar

Claude Skills by adrien-barret

github.com/adrien-barret
24 skillsA× 2411 installs82 views
Acceptance ValidatorA

Validate completed work against acceptance criteria, architecture design, and customer requirements. Use as a quality gate before marking stories as passed.

testingbashapi
0
2
Accessibility AuditA

Audit frontend code for WCAG 2.1 AA compliance including ARIA, keyboard navigation, contrast, and screen reader compatibility.

developmentgobash
0
2
Api DocumenterA

Generate API documentation from code endpoints. Use when APIs are added or changed to produce Markdown or OpenAPI docs.

documentationgoexpress
0
2
Code ReviewerA

Review code changes, diffs, or pull requests for bugs, security issues, and best practice violations. Use after code changes or before merging PRs.

code-qualitybashcode-review
0
2
Database ReviewA

Review database schema, indexing strategy, query performance, and migration safety for relational and NoSQL databases.

databasesgobash
0
2
Dependency AuditorA

Audit project dependencies for vulnerabilities, outdated versions, license compatibility, and supply-chain risk. Use before releases or periodically.

developmentpythongo
0
2
FinopsA

Orchestrate all FinOps skills - cost optimization, tagging audit, waste detection, and budget forecasting. Use for a full cloud cost assessment.

developmentgobash
0
2
Budget ForecastA

Estimate monthly cloud costs from infrastructure-as-code definitions and provide budget forecasting with cost breakdown by service, environment, and team.

devopsgobash
0
2
Cost OptimizationA

Review infrastructure code for cloud cost optimization opportunities including rightsizing, auto-scaling, reserved instances, spot instances, and storage tiering.

devopskubernetesaws
0
2
Tagging AuditA

Audit cloud resources for cost allocation tag compliance. Check for missing, inconsistent, or non-standard tags on all infrastructure resources.

devopsawsapi
0
2
Waste DetectionA

Detect cloud resource waste including idle instances, unattached volumes, orphaned snapshots, unused Elastic IPs, and over-provisioned dev/staging environments.

devopsgobash
0
2
Git Commit HelperA

Generate conventional commit messages from staged git changes. Use after staging files before committing.

developmentbashexpress
0
2
Performance AuditA

Audit application code for performance issues including N+1 queries, bundle size, caching, lazy loading, and connection pooling.

developmentgobash
0
2
Readme UpdaterA

Update project README based on current project structure and code. Use when project structure changes.

documentationgonode
0
2
SecurityA

Orchestrate all security skills - code audit, infra audit, auth review, secret rotation, and pentest. Use for a full security assessment.

securityrustgo
0
2
Auth ReviewA

Review authentication and authorization design including OAuth, JWT, token expiration, RBAC/ABAC, and privilege escalation risks.

securitygoapi
0
2
Code Security AuditA

Scan application code for OWASP Top 10 vulnerabilities, injection flaws, XSS, CSRF, hardcoded secrets, and unsafe cryptography.

developmentjavascriptpython
0
2
Infra Security AuditA

Audit cloud and infrastructure configurations for open security groups, missing encryption, excessive permissions, and missing WAF or rate limiting.

devopsrustgo
0
2
Pentest WebA

Simulate web penetration testing for auth bypass, IDOR, privilege escalation, SSRF, rate-limit bypass, JWT attacks, API abuse, and business logic flaws.

securitygobash
0
2
Secret RotationA

Validate secret storage practices and rotation policies. Check for secrets in code, Vault usage, and rotation schedules.

devopsgodocker
0
2
Threat ModelA

Perform STRIDE threat modeling on application architecture to identify spoofing, tampering, repudiation, info disclosure, DoS, and elevation of privilege threats.

securityrustgo
0
2
Skill CreatorA

Meta-skill to generate new SKILL.md files for the BMAD template system. Creates well-structured skills with proper frontmatter and instructions.

toolsgobash
0
2
Terraform ReviewA

Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.

developmentgobash
0
2
Test GeneratorA

Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.

developmentjavascripttypescript
0
2