manastalukdar
UserProfessional development studio for Claude Code CLI
Categories
Indexed Skills (50)
skill-validator
Internal skill that validates a new or modified AI DevStudio skill against project standards. Checks YAML frontmatter, token optimization section, line limit, and naming conventions. Used by the code-reviewer agent during PR review.
accessibility
Accessibility (a11y) compliance checking with WCAG 2.1 validation
agent-evaluate
Define behavioral contracts, run adversarial tests, and detect regressions for AI agents — invariants, edge cases, statistical analysis, and benchmark-production gap detection
api-docs-generate
Generate OpenAPI/Swagger documentation from code analysis
api-examples
Generate API usage examples and tutorials from code analysis
api-mock
Generate API mocks and stub servers from OpenAPI specs or code analysis
api-test-generate
Auto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation
api-validate
API contract validation and breaking change detection
architecture-diagram
Generate architecture diagrams in Mermaid, PlantUML, or diagrams.net formats
brainstorm
Interactive design refinement with structured exploration
branch-finish
Complete branch workflow with squash, rebase, and cleanup
briefing
Generate a daily development briefing — recent git activity, open TODOs, pending PRs, failing tests, and session context — so you can start work immediately without manually checking multiple sources.
bundle-analyze
Bundle size analysis and optimization for Webpack, Vite, and esbuild
cache-strategy
Implement caching strategies for HTTP, service workers, and memoization
canary
Monitor a deployment for errors and regressions after shipping — polls logs, error rates, and key endpoints in a configurable loop until the deployment is confirmed healthy or a problem is detected.
careful
Intercept destructive commands before execution — rm -rf, DROP TABLE, force-push, git reset --hard, and similar irreversible operations. Prompts for confirmation and suggests safer alternatives. Inspired by gstack's careful skill.
ci-setup
Configure CI/CD pipelines for GitHub Actions, GitLab CI, CircleCI with best practices
cleanproject
Remove debug artifacts and temporary files safely with git checkpoint protection
code-review-checklist
Generate context-aware code review checklists for changes
commit
Analyze changes and create meaningful conventional commits with pre-commit quality checks
complexity-reduce
Reduce cyclomatic complexity with targeted refactoring strategies
component-library
Scaffold component library structure with Storybook and documentation
conflict-resolve
Guided conflict resolution with semantic analysis and validation
container-optimize
Docker/container optimization for size, layers, caching, and security
context-budget
Report estimated context window utilization and flag when approaching the compaction threshold
context-restore
Restore work-in-progress context saved by /context-save — finds the most recent WIP commit on the current branch and unpacks it back to the working tree so you can resume exactly where you left off. Inspired by gstack's context-restore skill.
context-save
Save current work-in-progress context as a git WIP commit — captures all staged and unstaged changes with a timestamped stash message so you can switch contexts safely and restore later. Inspired by gstack's context-save skill.
continuous-learning
Extract repeated patterns from archived sessions and offer to convert them into reusable skills
contributing
Contribution readiness assessment analyzing project guidelines and requirements
cost-track
Report token spend per session and cumulative totals from session logs
create-todos
Add contextual TODO comments for future development work
cross-modal-review
Run a second-model quality gate on staged changes, a skill draft, or any generated output. A cheaper, independent model reviews the primary output for correctness, safety, and completeness before the user sees the final result.
database-connect
Database MCP server integration for PostgreSQL, MySQL, MongoDB
db-diagram
Generate database ER diagrams from schema for documentation
ddd-model
Apply Domain-Driven Design — identify bounded contexts, model aggregates and value objects, map context relationships, and generate implementation scaffolding
debug-root-cause
Root cause analysis with dependency tracing and call stack analysis
debug-session
Document debugging sessions with hypothesis tracking and knowledge base
debug-systematic
Systematic debugging workflow with hypothesis testing
decision-log
Record architectural and design decisions as structured ADR files in docs/decisions/, with auto-indexing and link suggestions to related decisions
deepen-modules
Surface architectural deepening opportunities — find shallow modules and refactor them into deep ones using precise vocabulary (module, seam, adapter, depth, leverage, locality). Use when refactoring architecture, reducing coupling, or improving testability.
dependency-audit
Comprehensive dependency security and license audit
deploy-validate
Pre-deployment validation with environment config, dependencies, DB migrations, and API compatibility checks
deployment-rollback
Safe deployment rollback with health checks and database migration reversal
devex-review
Audit the developer experience of your project — setup friction, onboarding clarity, local dev loop speed, tooling consistency, and documentation gaps. Produces a DX scorecard and prioritized improvement list. Inspired by gstack's devex-review skill.
docs-sync
Sync documentation files with code changes — detects what changed, finds affected docs, and applies surgical updates so docs never drift from code. Works in any repo.
boilerplate
Generate framework-specific boilerplate code
changelog-auto
Auto-generate changelogs from commit history
config-generate
Generate configuration files for development tools
project-health
Internal health check skill for AI DevStudio project. Checks skill count consistency across docs, detects stale sessions, and identifies cache files to clean. Not user-facing.
caveman
Activate ultra-compressed communication mode that drops ~75% token usage by eliminating articles, filler, pleasantries, and hedging while preserving technical accuracy. Use when user says "caveman mode", "be brief", "less tokens", or invokes /caveman.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.