← All creators

manastalukdar

User

Professional development studio for Claude Code CLI

50 indexed · 0 Featured · 1 stars · avg score 77
Prolific

Categories

Indexed Skills (50)

Code & Development Listed

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.

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

accessibility

Accessibility (a11y) compliance checking with WCAG 2.1 validation

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

agent-evaluate

Define behavioral contracts, run adversarial tests, and detect regressions for AI agents — invariants, edge cases, statistical analysis, and benchmark-production gap detection

1 Updated 6 days ago
manastalukdar
API & Backend Listed

api-docs-generate

Generate OpenAPI/Swagger documentation from code analysis

1 Updated 6 days ago
manastalukdar
API & Backend Listed

api-examples

Generate API usage examples and tutorials from code analysis

1 Updated 6 days ago
manastalukdar
Testing & QA Listed

api-mock

Generate API mocks and stub servers from OpenAPI specs or code analysis

1 Updated 6 days ago
manastalukdar
API & Backend Listed

api-test-generate

Auto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation

1 Updated 6 days ago
manastalukdar
API & Backend Listed

api-validate

API contract validation and breaking change detection

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

architecture-diagram

Generate architecture diagrams in Mermaid, PlantUML, or diagrams.net formats

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

brainstorm

Interactive design refinement with structured exploration

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

branch-finish

Complete branch workflow with squash, rebase, and cleanup

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

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.

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

bundle-analyze

Bundle size analysis and optimization for Webpack, Vite, and esbuild

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

cache-strategy

Implement caching strategies for HTTP, service workers, and memoization

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

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.

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

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.

1 Updated 6 days ago
manastalukdar
DevOps & Infrastructure Listed

ci-setup

Configure CI/CD pipelines for GitHub Actions, GitLab CI, CircleCI with best practices

1 Updated 6 days ago
manastalukdar
Code & Development Listed

cleanproject

Remove debug artifacts and temporary files safely with git checkpoint protection

1 Updated 6 days ago
manastalukdar
Code & Development Listed

code-review-checklist

Generate context-aware code review checklists for changes

1 Updated 6 days ago
manastalukdar
Code & Development Listed

commit

Analyze changes and create meaningful conventional commits with pre-commit quality checks

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

complexity-reduce

Reduce cyclomatic complexity with targeted refactoring strategies

1 Updated 6 days ago
manastalukdar
Web & Frontend Listed

component-library

Scaffold component library structure with Storybook and documentation

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

conflict-resolve

Guided conflict resolution with semantic analysis and validation

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

container-optimize

Docker/container optimization for size, layers, caching, and security

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

context-budget

Report estimated context window utilization and flag when approaching the compaction threshold

1 Updated 6 days ago
manastalukdar
API & Backend Listed

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.

1 Updated 6 days ago
manastalukdar
Code & Development Listed

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.

1 Updated 6 days ago
manastalukdar
Data & Documents Listed

continuous-learning

Extract repeated patterns from archived sessions and offer to convert them into reusable skills

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

contributing

Contribution readiness assessment analyzing project guidelines and requirements

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

cost-track

Report token spend per session and cumulative totals from session logs

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

create-todos

Add contextual TODO comments for future development work

1 Updated 6 days ago
manastalukdar
Code & Development Listed

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.

1 Updated 6 days ago
manastalukdar
API & Backend Listed

database-connect

Database MCP server integration for PostgreSQL, MySQL, MongoDB

1 Updated 6 days ago
manastalukdar
Data & Documents Listed

db-diagram

Generate database ER diagrams from schema for documentation

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

ddd-model

Apply Domain-Driven Design — identify bounded contexts, model aggregates and value objects, map context relationships, and generate implementation scaffolding

1 Updated 6 days ago
manastalukdar
Code & Development Listed

debug-root-cause

Root cause analysis with dependency tracing and call stack analysis

1 Updated 6 days ago
manastalukdar
Code & Development Listed

debug-session

Document debugging sessions with hypothesis tracking and knowledge base

1 Updated 6 days ago
manastalukdar
Code & Development Listed

debug-systematic

Systematic debugging workflow with hypothesis testing

1 Updated 6 days ago
manastalukdar
DevOps & Infrastructure Listed

decision-log

Record architectural and design decisions as structured ADR files in docs/decisions/, with auto-indexing and link suggestions to related decisions

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

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.

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

dependency-audit

Comprehensive dependency security and license audit

1 Updated 6 days ago
manastalukdar
DevOps & Infrastructure Listed

deploy-validate

Pre-deployment validation with environment config, dependencies, DB migrations, and API compatibility checks

1 Updated 6 days ago
manastalukdar
DevOps & Infrastructure Listed

deployment-rollback

Safe deployment rollback with health checks and database migration reversal

1 Updated 6 days ago
manastalukdar
Code & Development Listed

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.

1 Updated 6 days ago
manastalukdar
Data & Documents Listed

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.

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

boilerplate

Generate framework-specific boilerplate code

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

changelog-auto

Auto-generate changelogs from commit history

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

config-generate

Generate configuration files for development tools

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

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.

1 Updated 6 days ago
manastalukdar
AI & Automation Listed

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.

1 Updated 6 days ago
manastalukdar

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.