Andrew J Schmitt avatar

Andrew J Schmitt

Community

@schmitthub

7Followers
|
20Public Repos
|
12Published Skills

Andrew J Schmitt maintains Claude Code skills for developing clawker, a Go CLI with testing, monitoring, firewall, and TUI wizard subsystems.

Skills Distribution
DomainDeveloper To...Go Testing & Quali.. (35%)CLI & TUI Developm.. (25%)Observability & Mo.. (15%)Network Security &.. (15%)

Agent Skills by Andrew J Schmitt

Showing 12 vetted skills indexed across 1 GitHub repositories.

schmitthubschmitthub
54

store-editor

Build interactive TUI editors for storage.Store configuration schemas in Go.

Community
Advanced
schmitthubschmitthub
54

dev-checks

Runs build, test, lint, and documentation checks for the clawker Go repository.

Community
Intermediate
schmitthubschmitthub
54

wizard-commands

Implement interactive prompts and multi-step BubbleTea wizards for clawker CLI commands.

Community
Advanced
schmitthubschmitthub
54

audit-memory

Audits agent instruction files, memory stores, and project docs for staleness, symbol errors, and context budget overruns.

Community
Advanced
schmitthubschmitthub
54

agent-files

Maintains shared AGENTS.md instructions, skills, and hooks for Claude Code and Codex.

Community
Intermediate
schmitthubschmitthub
54

cli-output

Implements stdout/stderr stream conventions, tables, format flags, and TUI progress display for clawker CLI commands.

Community
Advanced
schmitthubschmitthub
54

initiative

Plans and executes multi-task development initiatives with shared memory and per-task handoffs.

Community
Advanced
schmitthubschmitthub
54

writing-tests

Guides writing Go tests in clawker using fakes, moq mocks, command test tiers, and e2e harnesses.

Community
Advanced
schmitthubschmitthub
54

monitoring-checks

Validates changes to the OpenTelemetry, Prometheus, and OpenSearch monitoring stack.

Community
Advanced
schmitthubschmitthub
54

firewall-uat

Runs live egress probes inside a clawker container to verify firewall enforcement behavior.

Community
Advanced
schmitthubschmitthub
54

test-hunter

Audits new or changed Go tests to flag wasteful, tautological, and redundant test cases.

Community
Advanced
schmitthubschmitthub
54

code-review

Reviews pull request diffs against repository-specific lint, security, and versioning rules.

Community
Intermediate

Frequently Asked Questions About Andrew J Schmitt

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

These skills cover clawker development: writing and auditing Go tests, building CLI output with tables and format flags, adding wizard TUI prompts, editing store adapters, verifying OpenTelemetry and Prometheus monitoring, running firewall egress UAT probes, and reviewing pull requests.

Who are these skills designed for?▼

Engineers contributing to the clawker project, particularly Go developers working on its CLI, test harnesses, monitoring stack, and firewall controlplane. They also serve maintainers auditing agent instruction files like AGENTS.md, CLAUDE.md, and Serena memories for stale content.

How do these skills work in practice?▼

Each skill is invoked contextually during clawker development: dev-checks handles builds, dependency pins, and doc regeneration; writing-tests and test-hunter govern Go test creation and quality audits; firewall-uat runs live egress probes after firewall rule changes; code-review handles pull request reviews.

What prerequisites or dependencies do these skills require?▼

Skills assume access to the clawker repository and its Go toolchain, including moq mocks, the e2e harness, and golden files. Monitoring work requires the OpenTelemetry collector, Prometheus, and OpenSearch stack; firewall UAT requires running inside a clawker container.

Are there usage restrictions on any skills?▼

Yes. audit-memory has disable-model-invocation enabled and runs only when the user explicitly requests an audit of agent instructions, memory files, and project docs. The initiative skill is reserved for multi-task work needing handoffs across conversations, not routine single-task changes.