foundry
01Plugin Claude Code
Plugin marketplace listing 8 plugins: copywriter, build-agent-skills, aws-agentcore-langgraph, baml, para-pkm.
Plugin Claude Code
Plugin marketplace listing 8 plugins: copywriter, build-agent-skills, aws-agentcore-langgraph, baml, para-pkm.
Hook Claude Code
Runs when a session starts, executing setup.js via node. From Agentic-Insights/foundry.
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart).
Cursor rule Cursor
Run node .github/setup.js to initialize the project environment. This is required for proper IDE integration and dependency setup.
Instructions file CodexOpenCode
Instructions for Agentic-Insights/foundry, covering agents.md - subagent patterns & orchestration, when to use subagents, subagent definition, core patterns and 1. sequential orchestrator.
Instructions file
Instructions for Agentic-Insights/foundry, covering claude.md - terse marketplace guidance, repository structure, plugin purpose, skill structure (agent skills spec) and frontmatter fields.
Plugin Claude Code
Adversarial code review subagent based on Block's g3 dialectical autocoding research - validates implementations against requirements with fresh context objectivity.
Agent
Use before declare implementations meet requirements. Use proactively after completing implementation tasks to get independent validation. Use before closing tickets. Catches gaps that implementers miss.
Command
Adversarial code review - validates implementation against requirements with fresh context objectivity.
Skill Claude CodeCodex
Adversarial implementation review based on Block's g3 dialectical autocoding research. Use when validating implementation completeness against requirements with fresh objectivity.
Plugin Claude Code
Deploy LangGraph 1.0 agents on AWS Bedrock AgentCore. Use for runtime wrapping, memory integration (STM/LTM), Gateway MCP tools, and CLI deployment workflows.
Skill Claude CodeCodex
Deploy production LangGraph agents on AWS Bedrock AgentCore. Use for (1) multi-agent systems with orchestrator and specialist agent patterns, (2) building stateful agents with persistent cross-session memory, (3) connecting external tools via AgentCore Gateway (MCP, Lambda, APIs), (4) managing shared context across…
Plugin Claude Code
BAML plugin for type-safe LLM extraction - generates code, designs schemas, runs tests, debugs issues with LangGraph integration support.
Agent
Design BAML schemas with mermaid visualization. Use when creating new extraction schemas, converting types to BAML, or planning extraction strategies for documents/images.
Agent
Debug BAML extraction issues including parse errors, validation failures, wrong data, and provider problems. Use when extractions return incorrect results or fail unexpectedly.
Agent
Execute BAML tests via baml-cli and analyze results. Use when running test suites, validating schema changes, or investigating test failures.
Command
Diagnose BAML configuration and identify problems.
Command
Initialize BAML in a Python or TypeScript project.
Command
Visualize existing schema or design new one with mermaid diagrams.
Command
Run BAML tests with optional filter.
Skill Claude CodeCodex
Use when generating BAML code for type-safe LLM extraction, classification, RAG, or agent workflows - creates complete .baml files with types, functions, clients, tests, and framework integrations from natural language requirements. Queries official BoundaryML repositories via MCP for real-time patterns. Supports…
Plugin Claude Code
Build skills with the Agent Skills open standard - create, validate, and publish portable skills for AI agents across Claude Code, Cursor, GitHub Copilot, and more.
Agent
Validate individual skills for Agent Skills specification compliance. Use when reviewing multiple skills in parallel or batch-validating a plugin's skill library.
Skill Claude CodeCodex
Create, validate, and publish Agent Skills following the official open standard from agentskills.io. Use when (1) creating new skills for AI agents, (2) validating skill structure and metadata, (3) understanding the Agent Skills specification, (4) converting existing documentation into portable skills, or (5) ensuring…