← all publishers

manastalukdar

@manastalukdar source repo

167 published skills · page 2 of 2

  1. E2e Generate · manastalukdar
    Generate end-to-end tests with Playwright browser automation
    1 install
  2. Execute Plan · manastalukdar
    Execute implementation plans in controlled batches with validation and checkpoints
    1 install
  3. Git Worktree · manastalukdar
    Manage git worktrees for parallel feature development
    1 install
  4. Interview Me · manastalukdar
    Extract requirements one targeted question at a time before any plan or code starts — hypothesizes user intent, scores confidence, and stops at ~95% confidence.
    1 install
  5. Issue Triage · manastalukdar
    Discover, deduplicate, prioritize, and label incoming GitHub issues and discussions — produce a structured priority queue with one-line summaries and suggested labels. Designed to run with /loop 2h or on demand.
    1 install
  6. Legacy Audit · manastalukdar
    Map modernization opportunities in a legacy codebase — identify unsupported dependencies, architecture seams, and migration paths using strangler fig, adapter, and parallel-run patterns
    1 install
  7. Office Hours · manastalukdar
    Run a YC-style office hours session before writing code — six forcing questions that surface wrong premises, missing constraints, and better approaches so you build the right thing the first time.
    2 installs
  8. Secrets Scan · manastalukdar
    Scan for exposed secrets/credentials/API keys
    1 install
  9. Session Help · manastalukdar
    Show help for the session management system and available commands
    1 install
  10. Session List · manastalukdar
    List all past development sessions with summaries and timestamps
    1 install
  11. Tool Connect · manastalukdar
    Connect to external tools via MCP (GitHub, databases, APIs)
    1 install
  12. Accessibility · manastalukdar
    Accessibility (a11y) compliance checking with WCAG 2.1 validation
    1 install
  13. AI Governance · manastalukdar
    Audit an AI/ML system for governance controls — bias risk, explainability, model risk management, data lineage, fairness metrics, and regulatory alignment (EU AI Act, NIST AI RMF)
    1 install
  14. Branch Finish · manastalukdar
    Complete branch workflow with squash, rebase, and cleanup
    1 install
  15. Debug Session · manastalukdar
    Document debugging sessions with hypothesis tracking and knowledge base
    1 install
  16. License Check · manastalukdar
    License compliance checking and conflict detection
    1 install
  17. Openapi Types · manastalukdar
    Generate TypeScript types and client SDKs from OpenAPI specs
    1 install
  18. Pr Babysitter · manastalukdar
    Herd open pull requests through review, CI, and merge — surface aging PRs, trigger minimal-fix on CI failures, nudge for rebases, and escalate blocked ones. Designed to run with /loop 5m.
    1 install
  19. RAG Implement · manastalukdar
    Design and implement Retrieval-Augmented Generation systems — chunking strategy, embedding selection, vector store setup, retrieval pipeline, re-ranking, and evaluation
    0 installs
  20. Security Scan · manastalukdar
    Comprehensive security analysis with vulnerability detection and remediation tracking
    1 install
  21. Session Start · manastalukdar
    Begin documented development session using Claude Code CLI's memory system
    1 install
  22. Sessions Init · manastalukdar
    Organize and synchronize session directory structure based on project architecture
    1 install
  23. Tdd Red Green · manastalukdar
    Enforce true RED/GREEN TDD workflow with fail-first testing methodology
    1 install
  24. Test Coverage · manastalukdar
    Analyze test coverage and suggest tests for uncovered code
    1 install
  25. Test Mutation · manastalukdar
    Mutation testing to verify test quality with Stryker, mutmut, or go-mutesting
    1 install
  26. Agent Evaluate · manastalukdar
    Define behavioral contracts, run adversarial tests, and detect regressions for AI agents — invariants, edge cases, statistical analysis, and benchmark-production gap detection
    1 install
  27. Assumption Map · manastalukdar
    Map and prioritize the riskiest assumptions behind a feature, product decision, or technical design — surface what would kill it if wrong, then propose the cheapest test for each
    1 install
  28. UI Polish · manastalukdar
    Final pre-ship UI quality pass — reads the persisted critique snapshot as a prioritized backlog and implements fixes from P0 down
    1 install
  29. Chaos Test · manastalukdar
    Analyze codebase for resilience gaps — missing retry logic, absent timeouts, circuit-breaker opportunities, single points of failure, and degradation-mode blind spots
    1 install
  30. Cost Track · manastalukdar
    Report token spend per session and cumulative totals from session logs
    1 install
  31. Lighthouse · manastalukdar
    Run Lighthouse audits and implement performance, accessibility, and SEO fixes
    1 install
  32. Post Merge · manastalukdar
    Sweep for follow-up work after recent merges — TODOs added in merged PRs, stale feature flags, dead code, documentation gaps, and tech-debt tickets left by merge comments.
    0 installs
  33. Smoke Test · manastalukdar
    Run 8 post-session-start health checks to verify the project is in a working state — git clean, no broken imports, tests pass, key files present, and agent memory intact.
    1 install
  34. Sre Review · manastalukdar
    Review code and configuration for SRE concerns — SLO/SLA coverage, observability gaps, toil, alerting blind spots, and reliability anti-patterns
    1 install
  35. Test Async · manastalukdar
    Async testing patterns with race condition and timing issue detection
    1 install
  36. UI Animate · manastalukdar
    Add purposeful animations and transitions to UI — enforces motion budget, bans bounce/elastic easing, and requires prefers-reduced-motion fallbacks on every animated element
    1 install
  37. UI Typeset · manastalukdar
    Fix typography hierarchy, font choices, type scale, and line-length in UI files — applies register-aware rules (brand vs product) with concrete CSS fixes
    1 install
  38. Understand · manastalukdar
    Project architecture analysis to understand structure, patterns, and dependencies
    1 install
  39. Write Plan · manastalukdar
    Create detailed implementation plans with task breakdown
    1 install
  40. Boilerplate · manastalukdar
    Generate framework-specific boilerplate code
    1 install
  41. Fix Imports · manastalukdar
    Repair broken imports automatically across the project
    1 install
  42. Inline Docs · manastalukdar
    Generate JSDoc/docstrings from code analysis
    1 install
  43. Loop Design · manastalukdar
    Pre-flight readiness checklist for a new loop before enabling unattended execution — verifies maker/checker split, state file, budget caps, denylist, kill switch, attempt cap, and human escalation paths
    1 install
  44. Loop Verify · manastalukdar
    Independent verification agent for loop-produced changes — runs tests, confirms diff scope, and issues APPROVE / REJECT / ESCALATE_HUMAN. Use after any implementer agent. Never in the same role as the implementer.
    1 install
  45. Minimal Fix · manastalukdar
    Produce the smallest possible code change that fixes one specific, well-scoped issue — CI failure, reviewer comment, or bug report. Never touches unrelated code and respects a safety denylist.
    1 install
  46. Owasp Check · manastalukdar
    OWASP Top 10 vulnerability scanning and remediation
    1 install
  47. UI Colorize · manastalukdar
    Introduce strategic color to monochromatic or under-colored UIs — OKLCH-first palette generation with contrast validation, register-aware strategy, and specific anti-pattern warnings
    1 install
  48. To Prd · manastalukdar
    Synthesize the current conversation context and codebase into a full PRD — problem statement, user stories, implementation decisions, testing decisions, and scope boundaries. Use when user wants to turn a discussion into a formal PRD or publish requirements as an issue.
    1 install
  49. Triage · manastalukdar
    Move issues through a state machine with category and state labels — classify as bug or enhancement, assign triage state, reproduce bugs, and track out-of-scope requests. Use when triaging GitHub issues, processing a backlog, or managing issue lifecycle.
    1 install
  50. Careful · manastalukdar
    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 install
  51. Caveman · manastalukdar
    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 install
  52. API Mock · manastalukdar
    Generate API mocks and stub servers from OpenAPI specs or code analysis
    1 install
  53. Briefing · manastalukdar
    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 install
  54. CI Setup · manastalukdar
    Configure CI/CD pipelines for GitHub Actions, GitLab CI, CircleCI with best practices
    1 install
  55. CI Sweep · manastalukdar
    React to CI failures on main or active branches — diagnose the failure type, propose a minimal fix for regressions, re-run flakes, and escalate infrastructure failures. Designed to run with /loop 15m.
    1 install
  56. Graphify · manastalukdar
    Build a queryable knowledge graph from the current codebase using the Graphify CLI — code, SQL schemas, docs, and more in one interactive graph
    1 install
  57. Grill Me · manastalukdar
    Relentlessly interview the user about a plan or design, walking down every branch of the decision tree one question at a time until reaching shared understanding. Use when user wants to stress-test a plan, get challenged on their design, or says "grill me".
    1 install
  58. Skillify · manastalukdar
    Convert a bug fix, repeated workaround, or solved problem into a permanent, testable Claude Code skill. Runs a 10-item conformance checklist before writing the skill file.
    1 install
  59. UI Shape · manastalukdar
    Design planning interview before writing UI code — produces a design brief covering register, typography strategy, color constraints, and motion budget to prevent costly rework
    1 install
  60. Ddd Model · manastalukdar
    Apply Domain-Driven Design — identify bounded contexts, model aggregates and value objects, map context relationships, and generate implementation scaffolding
    1 install
  61. Dep Sweep · manastalukdar
    Proactively discover outdated and vulnerable dependencies, apply patch and safe minor updates in isolation, verify with tests, and escalate major bumps and high-severity CVEs to a human. Designed to run with /loop 6h or /loop 1d.
    1 install
  62. Docs Sync · manastalukdar
    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 install
  63. Implement · manastalukdar
    Import and adapt code from any source to your project with validation and testing
    1 install
  64. Lazy Load · manastalukdar
    Implement lazy loading patterns for images, components, and routes
    1 install
  65. Seed Data · manastalukdar
    Generate realistic seed/fixture data based on schema analysis
    1 install
  66. UI Harden · manastalukdar
    Production-readiness pass for UI — audits and fixes error states, empty states, text overflow, small touch targets, and i18n gaps before shipping
    1 install
  67. UI Layout · manastalukdar
    Fix spacing rhythm, visual hierarchy, and layout issues in UI files — enforces consistent spacing units, adequate padding on interactive elements, and proper visual weight distribution
    1 install