AceCodePt avatar

AceCodePt

Community

@AceCodePt

8Followers
|
50Public Repos
|
32Published Skills

AceCodePt provides Claude Code skills for code review, TDD, debugging, domain modeling, git safety, and structured planning in TypeScript repositories.

Skills Distribution
DomainDeveloper To...Code Quality & Rev.. (30%)Software Architect.. (25%)Testing & Debugging (20%)Planning & Decisio.. (15%)

Agent Skills by AceCodePt

Showing 32 vetted skills indexed across 1 GitHub repositories.

AceCodePtAceCodePt

research

Delegates topic research to a background agent that cites primary sources in Markdown notes.

Community
Basic
AceCodePtAceCodePt

domain-modeling

Build and maintain project domain glossaries and architectural decision records.

Community
Intermediate
AceCodePtAceCodePt

setup-pre-commit

Configures Husky pre-commit hooks with lint-staged, Prettier, typecheck, and tests.

Community
Intermediate
AceCodePtAceCodePt

writing-for-agents

Guides writing skills, AGENTS.md, and CLAUDE.md documents for agent consumption.

Community
Intermediate
AceCodePtAceCodePt

diagnosing-bugs

Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.

Community
Advanced
AceCodePtAceCodePt

git-guardrails-claude-code

Blocks dangerous git commands in Claude Code via a PreToolUse hook script.

Community
Basic
AceCodePtAceCodePt

code-review

Reviews a git diff against coding standards and the originating spec in parallel sub-agents.

Community
Intermediate
AceCodePtAceCodePt

wizard

Generate interactive bash wizards that walk humans through manual setup procedures.

Community
Intermediate
AceCodePtAceCodePt

codebase-design

Designs deep modules with small interfaces, clean seams, and testable adapters.

Community
Intermediate
AceCodePtAceCodePt

prototype

Builds throwaway HTML or UI prototypes to answer design questions.

Community
Intermediate
AceCodePtAceCodePt

resolving-merge-conflicts

Resolves in-progress git merge and rebase conflicts while preserving both change intents.

Community
Intermediate
AceCodePtAceCodePt

scaffold-exercises

Creates lint-compliant exercise directory structures with sections, problems, solutions, and explainers.

Community
Intermediate
AceCodePtAceCodePt

tdd

Guides test-driven development using the red-green-refactor loop with seam-based testing.

Community
Intermediate
AceCodePtAceCodePt

grilling

Interviews the user in structured question rounds to stress-test plans and decisions.

Community
Intermediate
AceCodePtAceCodePt

migrate-to-shoehorn

Migrates TypeScript test files from `as` assertions to @total-typescript/shoehorn partial mocks.

Community
Basic
AceCodePtAceCodePt

wayfinder

Plans large multi-session efforts as a shared map of decision tasks in a project's tasks directory.

Community
Advanced
AceCodePtAceCodePt

setup-ts-deep-modules

Configures dependency-cruiser to enforce deep-module import boundaries in TypeScript packages.

Community
Intermediate
AceCodePtAceCodePt

wait-what

Rephrases the previous AI response using ASD-STE100 Simplified Technical English and project context.

Community
Basic
AceCodePtAceCodePt

loop-me

Interviews users to produce workflow specifications for recurring life loops.

Community
Intermediate
AceCodePtAceCodePt

handoff

Summarizes the current conversation into a handoff document for a fresh agent session.

Community
Basic
AceCodePtAceCodePt

ask-matt

Routes development situations to the appropriate skill or workflow in the repository.

Community
Intermediate
AceCodePtAceCodePt

improve-codebase-architecture

Scan a codebase for module deepening opportunities and render findings as a visual HTML report.

Community
Advanced
AceCodePtAceCodePt

to-questionnaire

Generates a structured Markdown questionnaire for a recipient who holds knowledge the user lacks.

Community
Basic
AceCodePtAceCodePt

triage

Reviews drafted task specs and routes them to agent-ready, needs-info, or wontfix outcomes.

Community
Advanced

Frequently Asked Questions About AceCodePt

FAQPage Schema
What 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.