Agentic Toolkit banner
postindustria-tech postindustria-tech

Agentic Toolkit

Development community

Description

Claude code plugins with skills for agentic development

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agentic Toolkit

Claude Code plugin marketplace for building agentic systems. Four plugins covering LangGraph development, development practices, BDD quality assurance, and the neograph graph compiler.

Installation

# Add the marketplace
/plugin marketplace add postindustria-tech/agentic-toolkit

# Install specific plugins
/plugin install langgraph-dev@agentic-toolkit
/plugin install dev-practices@agentic-toolkit
/plugin install qa-bdd@agentic-toolkit
/plugin install neograph-dev@agentic-toolkit

**Upgrading from pi-dev?** See [UPGRADE.md](UPGRADE.md) for instructions.

Available Plugins

LangGraph Development (`langgraph-dev`) - v0.1.0

Tutorial-grounded patterns and best practices for LangGraph development.

Component Count Status
Skills 21 Production ready
Commands 5 WIP
Agents 1 WIP

**Skills cover:** state management, conditional routing, conversation memory, ReAct agents, multi-agent supervisors, human-in-the-loop, streaming, structured output, subgraphs and composition, basic and corrective RAG, document processing, error recovery, parallel execution, performance optimization, prompt engineering, memory store and knowledge, deployment patterns, testing agentic systems.

**Commands (WIP):** create-workflow, create-state, create-tests, create-agent, create-deployment.

**Agent (WIP):** workflow-validator.


Development Practices (`dev-practices`) - v0.2.1

Quality-driven development workflows with beads task management integration.

Component Count Status
Skills 8 Production ready
Agents 5 Production ready

**Skills:**

Skill Purpose
execute Molecular task execution — atoms chained in sequence, survives context compaction
tdd-workflow Test-driven development cycle with sacred rule enforcement
session-completion End-of-session checklist ensuring no work is lost
`