By danievanzyl
Agents, commands, hooks, and skills for autonomous coding workflows (AFK + Ralph), codebase research, planning, and infra tooling (Jira, GitHub, Terraform, Obsidian).
Autonomous AFK task runner. Selects the next open issue from issues or gh issue, implements it using TDD, runs feedback loops, commits, and files the issue. Use when the user asks to "work through the AFK queue", "pick up the next AFK task", or invokes this agent explicitly. Skips HITL issues.
Reviews code changes on the current branch for clarity, edge cases, and bugs. Writes tests, fixes issues found, commits with "RALPH: Review -" prefix. Use proactively after the AFK runner completes a task, or when explicitly asked to review the current branch. The invoking message must include the PR number, branch name, issue number, and issue title.
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :)
Locates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
codebase-pattern-finder is a useful subagent_type for finding similar implementations, usage examples, or existing patterns that can be modeled after. It will give you concrete code examples based on what you're looking for! It's sorta like codebase-locator, but it will not only tell you the location of files, it will also give you code details!
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in a local file, or native blocking links on a real tracker.
Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Personal configuration for Claude Code — Anthropic's CLI for Claude.
Install skills from this repo with:
npx skills@latest add danievanzyl/code-skills
| Path | Description |
|---|---|
CLAUDE.md | Global instructions applied to all sessions |
agents/ | Custom sub-agent definitions (codebase-analyzer, codebase-locator, etc.) |
skills/ | Reusable skill definitions — hand-authored + vendored (see below) |
commands/ | Custom slash commands |
settings.json | Claude Code settings |
plugin.json | Plugin manifest (this repo is the agentic-platform plugin) |
.claude-plugin/ | marketplace.json — the single-marketplace definition everything installs from |
hooks/ | Hook configurations |
eval/ | Run Evaluator — read-only post-PR analyzer; scores a Run (Trajectory + diff) against a versioned Rubric, posts a security-gated check (see eval/README.md + docs/adr/0001) |
docs/adr/ | Architecture decision records |
scripts/ | Maintenance tooling (sync-skills.sh, skill-sources.json) |
.github/workflows/ | CI — release.yml (version bump on merge to main) + sync-skills.yml (weekly upstream-skill sync PR) + tests.yml (eval/ unit tests + hook regression tests) |
vendor/ | Attribution + provenance for vendored skills (generated) |
ralph/ | RALPH — autonomous AFK loop runner; drives Claude Code over an issues/ queue until <promise>NO MORE TASKS</promise> (afk.sh loop / once.sh single pass + per-stack prompts) |
tmux-workflow/ | tmux + Ghostty session/worktree scripts (sessionizer, new-branch, close-branch with a PR-merged cleanup gate) |
gh CLIThis repo is the single source of truth for everything that runs in a session — first-party agents, commands, hooks, and skills all live here. Trusted upstream skills aren't copy-pasted in; they're ingested via GitHub Actions as recorded snapshots: each sync pins the exact upstream commit and lands through a reviewed PR, so every dependency is versioned, attributed, and auditable.
To keep everything under one marketplace, skills from external providers are vendored into
this plugin rather than installed as separate plugins. They land flat in skills/<name>/
so Claude Code's one-level skill auto-discovery registers them (a plugin.json skills array
is not honored from a root plugin.json, and nested dirs are too deep to be discovered), and
they invoke under this plugin's namespace, e.g. agentic-platform:tdd. Each vendored skill dir
carries a hidden .vendored-from marker recording its source.
scripts/skill-sources.json lists each provider (repo, the ref it tracks,
categories to include, skills to exclude). Add a provider there — no code changes needed.bash scripts/sync-skills.sh mirrors the configured skills into skills/<name>/
(writing a .vendored-from marker per skill) and the upstream LICENSE + provenance into
vendor/<provider>/. Each run records the exact upstream commit SHA + date in
vendor/<provider>/manifest.json and every .vendored-from marker — that recorded SHA is
the pin and the audit trail (the configured ref may be a moving branch; what's committed
here is always an exact snapshot). It's idempotent, and prune is marker-scoped — a re-sync only ever
removes dirs carrying that provider's marker, never a hand-authored skill; name collisions
with hand-authored skills are skipped. Vendored skill dirs are generated — do not hand-edit..github/workflows/sync-skills.yml runs the sync weekly (and on demand via
Run workflow), opening/updating a single chore/sync-skills PR. Merging it cuts a release.Current providers:
mattpocock/skills (MIT)ogulcancelik/herdr (AGPL-3.0-or-later)A vendored skill keeps its own upstream license (recorded in
scripts/skill-sources.json, vendor/<provider>/, and — shipped with the skill —
skills/<name>/LICENSE). This is distinct from the plugin's own MIT license in
plugin.json, which does not relicense vendored content. herdr is AGPL-3.0-or-later;
see ADR 0003.
npx claudepluginhub danievanzyl/code-skills --plugin agentic-platformHarness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review