claudeindex
julianjab's avatar
Author

Julian Buitrago

@julianjab
1
Marketplaces
5
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

ia-tools

Centralized AI toolbox: shared agents, pipeline skills, enforcement hooks, and the Slack bridge MCP server for development teams.

Plugins:5
Skills:0
0
0

Plugins

Plugin

team-workflow

Triage + orchestrator agents, pipeline skills (/task, /worktree, /commit, /review, /pr, /ship, /sync-docs) and enforcement hooks.

Plugin

slack-bridge

Slack bridge MCP server: subscribe to channels, claim and reply to messages, read threads, receive channel thread replies without @mention, and react with emoji (✅/❌) as approval signals via daemon + MCP architecture.

Plugin

scaffold

Scaffolding, validation, and editing for Claude Code agents, skills, and MCP servers. Ships /new-agent, /new-skill, /new-mcp generators; /audit-agent, /audit-skill, /audit-mcp validators; and /edit-agent, /edit-skill, /edit-mcp for audit-bracketed focused edits. Backed by canonical best-practice references.

Plugin

agent-harness

Composable pipeline (intake → repo-detect → repo-fetch → worktree → agent-scan → task-plan → dispatch) connected by a single state.yaml contract, with a per-session harness-events.log feeding the harness-engineering improvement loop. Workflow-agnostic: no role taxonomy, no ordering invariants, no Slack/tmux coupling.

Plugin

session-forge

Captures Claude Code session events (sessions, prompts, tool usage) into a local SQLite store so future versions can detect patterns and forge skills/agents/hooks automatically. PR1 is capture-only; ships the /insights skill as a smoke-test reader.