← All creators

axrmxv

User

Portable, layered .claude configuration for Claude Code — reusable dev standards, specialized review agents, and an extension model you can drop into any project.

10 indexed · 0 Featured · 1 stars · avg score 71
Prolific

Categories

Indexed Skills (10)

Code & Development Listed

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.

1 Updated 1 months ago
axrmxv
AI & Automation Listed

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.

1 Updated 1 months ago
axrmxv
AI & Automation Listed

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.

1 Updated 1 months ago
axrmxv
AI & Automation Listed

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.

1 Updated 1 months ago
axrmxv
Code & Development Listed

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.

1 Updated 1 months ago
axrmxv
AI & Automation Listed

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.

1 Updated 1 months ago
axrmxv
Testing & QA Listed

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.

1 Updated 1 months ago
axrmxv
API & Backend Listed

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.

1 Updated 1 months ago
axrmxv
AI & Automation Listed

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.

1 Updated 1 months ago
axrmxv
Testing & QA Listed

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.

1 Updated 1 months ago
axrmxv

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