axrmxv
UserPortable, layered .claude configuration for Claude Code — reusable dev standards, specialized review agents, and an extension model you can drop into any project.
Categories
Indexed Skills (10)
ship
Pre-commit gate — format, lint, type-check, test, scan for secrets, then write a conventional commit. Invoke manually when a change is ready to land.
plan-feature
Produce a phased implementation plan for a feature, refactor, or multi-step change — dependencies, risks, files to touch, and how it will be verified. Use before writing code for anything non-trivial.
research-reuse
Search for existing implementations, libraries, and patterns before writing new code. Use before starting any new feature, utility, or integration — GitHub code search, vendor docs, and package registries first, net-new code last.
add-standards-layer
Scaffold a new language or framework standards layer for this config repo — a standards-<name> skill built from the shared templates, written as a delta over common/ and registered in the docs.
review-changes
Review the current uncommitted or branch changes for quality and security before commit. Runs the code-reviewer and security-reviewer agents together and reports findings by severity, blocking on CRITICAL.
add-agent
Scaffold a new subagent for this config repo with least-privilege tools and register it in the authoritative roster. Use when adding a reviewer or specialist agent.
tdd
Drive a change through the test-first cycle — RED, GREEN, refactor — with an 80% coverage floor. Use for new features and bug fixes, before writing implementation code.
standards-fastapi
FastAPI service standards — router/service/repository layering, domain exceptions mapped centrally, pydantic-settings config, async SQLAlchemy 2.0 session-per-request, separate request/response schemas, CORS and JWT rules, ASGI test client. Use when writing or reviewing FastAPI endpoints, routers, services, or dependencies.
standards-python
Python coding standards — strict type annotations, frozen dataclasses and immutability, Protocol-based interfaces, pydantic at boundaries, pytest with 80% coverage, bandit scanning, black/isort/ruff. Use when writing, reviewing, or testing Python code.
standards-typescript
TypeScript coding standards — strict mode, no any or as assertions, readonly and as const immutability, discriminated unions, zod validation at boundaries, Vitest/Jest with 80% coverage, Prettier and ESLint. Use when writing, reviewing, or testing TypeScript or TSX code.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.