SkillAgentSearch skills...

Agentic Coding Tools

Collection of tools to simplify agentic coding

Install / Use

/learn @jankneumann/Agentic Coding Tools
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Agentic Coding Tools

Tools and workflows for AI-assisted software development. Enables structured feature development with human approval gates and safe multi-agent collaboration on shared codebases.

Projects

Agent Coordinator

Multi-agent coordination system for AI coding assistants. Provides file locking, work queues, session handoffs, and agent discovery backed by Supabase.

  • Overview — Architecture, capabilities, and design decisions
  • Quick Start — Setup, installation, and MCP integration
  • Specification — 33 formal requirements

Skills Workflow

Structured feature development workflow using Claude Code slash commands. Guides features from planning through implementation to completion, with human approval gates at every stage.

Getting Started

Agent Coordinator: Follow the Quick Start to set up Supabase, install dependencies, and configure Claude Code's MCP integration.

Skills Workflow: The skills are Claude Code slash commands defined in skills/. Each skill is a SKILL.md file that Claude Code reads when invoked with /skill-name. Start with /plan-feature to create a proposal for your next feature.

Project Structure

agentic-coding-tools/
├── agent-coordinator/       # Multi-agent coordination system
│   ├── src/                 # MCP server, locking, work queue
│   ├── supabase/            # Database migrations
│   └── tests/               # Unit and integration tests
├── skills/                  # Claude Code slash commands
│   ├── plan-feature/        # Create OpenSpec proposal
│   ├── iterate-on-plan/     # Refine proposal
│   ├── implement-feature/   # Build and create PR
│   ├── iterate-on-implementation/  # Refine implementation
│   ├── validate-feature/    # Deploy and test locally
│   ├── cleanup-feature/     # Merge, archive, cleanup
│   ├── merge-pull-requests/ # Triage and merge PRs
│   ├── prioritize-proposals/# Rank active proposals
│   ├── update-specs/        # Sync specs with reality
│   └── openspec-beads-worktree/  # Coordinate with Beads
├── openspec/                # Specifications and proposals
│   ├── specs/               # Formal specifications
│   └── changes/             # Active and archived proposals
└── docs/                    # Documentation
    ├── skills-workflow.md   # Workflow guide
    └── agent-coordinator.md # Coordinator overview

Specifications

All features are formally specified using OpenSpec:

| Spec | Requirements | Description | |------|-------------|-------------| | agent-coordinator | 33 | File locking, work queue, MCP/HTTP, verification, guardrails | | skill-workflow | 14 | Iterative refinement, parallel execution, worktree isolation | | evaluation-framework | — | Benchmarking harness for coordination effectiveness | | merge-pull-requests | — | PR triage, review, and merge from multiple sources |

Contributing

This project uses a spec-driven development workflow:

  1. Plan — Create a proposal with /plan-feature describing what you want to build
  2. Implement — After approval, build it with /implement-feature
  3. Validate — Optionally verify with /validate-feature
  4. Cleanup — Merge and archive with /cleanup-feature

See Skills Workflow for the full guide.

License

MIT

View on GitHub
GitHub Stars2
CategoryDevelopment
Updated29m ago
Forks1

Languages

Python

Security Score

85/100

Audited on Mar 29, 2026

No findings