ichiba
01Plugin Claude Code
Plugin marketplace listing 4 plugins: dev-workflow, docs-kb, fabro, maven.
Plugin Claude Code
Plugin marketplace listing 4 plugins: dev-workflow, docs-kb, fabro, maven.
Hook Claude Code
Runs when a session starts, executing install-hooks.sh and install-enabled-plugins.sh (2 commands). From nickmeehan/ichiba.
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart).
Instructions file
Claude Code instructions for nickmeehan/ichiba, covering ichiba plugin marketplace, versioning is automated, commit messages, what gets bumped and vendored plugins.
Skill Claude CodeCodex
Stage and create a conventional git commit. Use when the user asks to commit, or when an agent reaches a logical checkpoint worth capturing. Enforces Conventional Commits v1.0.0.
Skill Claude CodeCodex
Create a pull request for the current branch. Use when the user asks to create a pull request, open a PR, or submit a PR. Make sure to use this skill whenever the user mentions PRs, pull requests, submitting code for review, or pushing changes for merge, even if they don't explicitly say "create a PR.".
Plugin Claude Code
Progressive disclosure documentation system. Gives any project a docs/ directory that Claude navigates automatically based on task relevance.
Agent
Delegate to this agent when you need to find and retrieve project documentation from a docs/ directory tree. Especially useful when the docs index references directories (entries ending with /) that require multi-level navigation, or when you need docs for a task but aren't sure which files are relevant.
Skill Claude CodeCodex
Create a new doc file and register it in the docs index. Use when adding documentation to the docs tree. Enforces naming conventions, duplicate detection, tree-aware placement, and situation-based descriptions.
Skill Claude CodeCodex
Initialize a docs/ progressive disclosure system for a project. Use when setting up docs for the first time, or when resetting a broken docs configuration. Creates index.md, CLAUDE.md markers, and README — no skeleton doc files. Supports subfolder or repo-root placement.
Plugin Claude Code
Fabro dark-factory fluency for Claude Code: a workflow-author skill, the full docs.fabro.sh mirror for offline deep reference, and dot2mermaid for rendering workflow graphs in PRs.
Agent
Hooks let you run custom logic at key points during a workflow — before a stage starts, after a run completes, when a sandbox is ready, and more. Use them for validation, notifications, guardrails, and orchestration without modifying the workflow graph itself.
Agent
MCP (Model Context Protocol) lets you connect external tool servers to Fabro agents. An MCP server exposes tools over a standardized protocol — databases, APIs, file systems, custom services — and Fabro discovers and registers them automatically. Agents call MCP tools the same way they call built-in tools.
Agent
When an agent or prompt node finishes, Fabro captures its response text and produces an outcome that feeds into context, transition logic, and downstream nodes. Fabro also tracks every file change per stage, offloads large outputs into content-addressed blob storage, and can collect configured artifacts such as…
Agent
Permissions control which tools an agent can use without human approval. Fabro uses a three-tier permission model that balances agent autonomy with safety — read-only agents can explore the codebase freely, read-write agents can also edit files, and full-access agents can run arbitrary shell commands.
Agent
Skills are reusable prompt templates that give agents structured instructions for common tasks -- code review, committing, test writing, refactoring, and more. They are discovered automatically from convention directories, listed in the agent's system prompt, and can be invoked either by the user (with /skill-name…
Agent
Every agent in Fabro has access to a set of built-in tools for interacting with the codebase and environment. Tools execute inside the agent's sandbox — whether that's the local machine, a Docker container, or a Daytona VM — so the same tool calls work identically regardless of provider.
Skill Claude CodeCodex
Author, validate, and dry-run Fabro workflow graphs (.fabro DOT files) from a plain-English process description. Use when the user wants to create or edit a Fabro workflow, dark-factory pipeline, or agent orchestration graph.
Plugin Claude Code
Tools for Maven instructors. Includes a skill that audits Lightning Lesson signup pages.
Skill Claude CodeCodex
Audit a Maven Lightning Lesson signup page against Maven's listing requirements for being made discoverable and featured on maven.com. Use when the user supplies a maven.com lesson URL and asks for a review, audit, critique, or "is this featureable?" check. Reports specific, rewrite-level changes for the title, name…