AceCodePt
Community@AceCodePt
AceCodePt provides Claude Code skills for code review, TDD, debugging, domain modeling, git safety, and structured planning in TypeScript repositories.
Agent Skills by AceCodePt
Showing 32 vetted skills indexed across 1 GitHub repositories.
research
Delegates topic research to a background agent that cites primary sources in Markdown notes.
domain-modeling
Build and maintain project domain glossaries and architectural decision records.
setup-pre-commit
Configures Husky pre-commit hooks with lint-staged, Prettier, typecheck, and tests.
writing-for-agents
Guides writing skills, AGENTS.md, and CLAUDE.md documents for agent consumption.
diagnosing-bugs
Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.
git-guardrails-claude-code
Blocks dangerous git commands in Claude Code via a PreToolUse hook script.
code-review
Reviews a git diff against coding standards and the originating spec in parallel sub-agents.
wizard
Generate interactive bash wizards that walk humans through manual setup procedures.
codebase-design
Designs deep modules with small interfaces, clean seams, and testable adapters.
prototype
Builds throwaway HTML or UI prototypes to answer design questions.
resolving-merge-conflicts
Resolves in-progress git merge and rebase conflicts while preserving both change intents.
scaffold-exercises
Creates lint-compliant exercise directory structures with sections, problems, solutions, and explainers.
tdd
Guides test-driven development using the red-green-refactor loop with seam-based testing.
grilling
Interviews the user in structured question rounds to stress-test plans and decisions.
migrate-to-shoehorn
Migrates TypeScript test files from `as` assertions to @total-typescript/shoehorn partial mocks.
wayfinder
Plans large multi-session efforts as a shared map of decision tasks in a project's tasks directory.
setup-ts-deep-modules
Configures dependency-cruiser to enforce deep-module import boundaries in TypeScript packages.
wait-what
Rephrases the previous AI response using ASD-STE100 Simplified Technical English and project context.
loop-me
Interviews users to produce workflow specifications for recurring life loops.
handoff
Summarizes the current conversation into a handoff document for a fresh agent session.
ask-matt
Routes development situations to the appropriate skill or workflow in the repository.
improve-codebase-architecture
Scan a codebase for module deepening opportunities and render findings as a visual HTML report.
to-questionnaire
Generates a structured Markdown questionnaire for a recipient who holds knowledge the user lacks.
triage
Reviews drafted task specs and routes them to agent-ready, needs-info, or wontfix outcomes.
Frequently Asked Questions About AceCodePt
FAQPage SchemaWhat tasks can I accomplish with AceCodePt's skills?▼
You can review code against standards and specs, run test-driven development, diagnose bugs and performance regressions, resolve git merge conflicts, build domain models and ADRs, scaffold exercises, migrate tests to @total-typescript/shoehorn, and plan large multi-session work as decision-task maps.
Who are AceCodePt's skills designed for?▼
They target software engineers and technical leads working in TypeScript repositories who use Claude Code, especially those practicing TDD, maintaining coding standards, designing deep modules, or delegating research, implementation, and handoffs to background agents.
How do the git safety and code review skills work in practice?▼
The git-guardrails skill installs Claude Code hooks that block destructive commands like push, reset --hard, clean, and branch -D before execution. The code-review skill runs two parallel sub-agents comparing changes since a commit, branch, tag, or merge-base against documented standards and the originating spec.
What prerequisites or dependencies do these skills require?▼
Skills assume a git repository, frequently TypeScript, and a Claude Code environment supporting hooks and sub-agents. Specific setups wire in Husky, lint-staged, Prettier, dependency-cruiser, and @total-typescript/shoehorn; several planning skills operate on a tasks/ directory of spec documents.
How do the planning and decision-sharpening skills function?▼
Skills like wayfinder, triage, grilling, and grill-with-docs break oversized work into decision tasks under tasks/, interview the user relentlessly to stress-test plans, and produce ADRs and glossaries along the way. Handoff skills compact conversations so a fresh agent can resume immediately.