kashman001 avatar

kashman001

Community

@kashman001

0Followers
|
8Public Repos
|
36Published Skills

kashman001 provides 36 engineering skills for agent-assisted software development: planning, TDD, code review, decision logging, and multi-session handoffs.

Skills Distribution
DomainDeveloper To...Software Design & .. (30%)Testing & Code Qua.. (25%)Project Planning &.. (20%)Session & Context .. (15%)

Agent Skills by kashman001

Showing 36 vetted skills indexed across 1 GitHub repositories.

kashman001kashman001

research

Investigates questions against primary sources and writes cited findings to a Markdown file.

Community
Basic
kashman001kashman001

domain-modeling

Build and maintain project domain glossaries and architecture decision records.

Community
Intermediate
kashman001kashman001

doc-review

Orchestrates multi-perspective review of technical documents using independent reviewer subagents.

Community
Advanced
kashman001kashman001

setup-pre-commit

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

Community
Intermediate
kashman001kashman001

checkpoint

Reconciles backlog, memory, and docs, then writes a hand-off doc and catch-up prompt at session boundaries.

Community
Intermediate
kashman001kashman001

wayfinder

Plan large efforts as decision-ticket maps on an issue tracker.

Community
Advanced
kashman001kashman001

setup-matt-pocock-skills

Configures a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Community
Intermediate
kashman001kashman001

decision-log

Capture decision rationale in commit trailers, project notes, and promoted ADRs.

Community
Intermediate
kashman001kashman001

writing-for-agents

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

Community
Intermediate
kashman001kashman001

wait-what

Re-pitches the previous AI response using simpler language and workspace context.

Community
Basic
kashman001kashman001

handoff

Writes a conversation summary into a handoff document for the next agent session.

Community
Basic
kashman001kashman001

design-for-testability

Interrogates software designs with six testability questions before implementation begins.

Community
Intermediate
kashman001kashman001

diagnosing-bugs

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

Community
Advanced
kashman001kashman001

git-guardrails-claude-code

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

Community
Basic
kashman001kashman001

code-review

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

Community
Intermediate
kashman001kashman001

to-tickets

Breaks plans and specs into tracer-bullet tickets with declared blocking edges published to a tracker.

Community
Intermediate
kashman001kashman001

ask-matt

Routes a described situation to the matching skill or workflow in this repository.

Community
Intermediate
kashman001kashman001

wizard

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

Community
Intermediate
kashman001kashman001

improve-codebase-architecture

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

Community
Advanced
kashman001kashman001

to-questionnaire

Generates a structured Markdown questionnaire for a recipient to answer asynchronously.

Community
Basic
kashman001kashman001

to-spec

Synthesizes the current conversation into a structured spec and publishes it to the project issue tracker.

Community
Intermediate
kashman001kashman001

codebase-design

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

Community
Intermediate
kashman001kashman001

triage

Move issues and external PRs through a triage state machine with agent-ready briefs.

Community
Advanced
kashman001kashman001

prototype

Build throwaway HTML demos or UI variants to answer design questions.

Community
Intermediate

Frequently Asked Questions About kashman001

FAQPage Schema
What tasks can I accomplish with kashman001's skills?▼

You can plan large work chunks as decision tickets, run test-driven development, review code against repo standards and specs, diagnose bugs and performance regressions, resolve merge conflicts, record architecture decision records, and hand off work between agent sessions.

Who are these skills designed for?▼

Software engineers and technical leads running agent-assisted development sessions. They suit developers managing multi-session projects, maintaining domain models and ADRs, triaging issue trackers, and enforcing commit-time quality gates with Husky, lint-staged, and Prettier.

How do I set up and start using these skills?▼

Run setup-matt-pocock-skills once to configure the repo's issue tracker, triage label vocabulary, and domain doc layout. Then invoke individual skills by trigger phrase, such as 'checkpoint' at session boundaries or 'grill me' to stress-test a plan.

What prerequisites or dependencies do these skills require?▼

Skills operate inside a repository with an issue tracker and docs layout. Some use Bash, Read, Write, Edit, Grep, and Glob permissions; rlm requires a persistent Python REPL with an llm_query function; setup-pre-commit needs Husky, lint-staged, and Prettier.

How do the skills handle long sessions and context limits?▼

The checkpoint, handoff, and session-rollover skills compact work into handoff documents, reconcile backlogs and project memory, and emit bootstrap prompts so a fresh session resumes cleanly. The rlm skill processes oversized files via chunked programmatic sub-queries.