Agent Skill Bootstrap — Development skill for Claude Code
Detect project stacks and install only the agent skills Claude Code, Codex, and Grok need.
How to install Agent Skill Bootstrap
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open lucascharao/agent-skill-bootstrap and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent Skill Bootstrap does
Detect project stacks and install only the agent skills Claude Code, Codex, and Grok need.
Alternatives in Development
- Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
- Nexting — Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC 1.3k ★
- Tech Stack Analyzer — Analyze and recommend technology stacks 663 ★
README
Agent Skill Bootstrap
[](https://www.npmjs.com/package/agent-skill-bootstrap) [](https://github.com/lucascharao/agent-skill-bootstrap/actions/workflows/ci.yml) [](https://github.com/lucascharao/agent-skill-bootstrap/releases) [](package.json) [](LICENSE)
**Prepare the right project context and skills before Claude Code or Codex starts developing.**
AI coding agents are powerful, but a new session often begins with the same problem: the agent still needs to discover the stack, understand the project, find the right instructions, and avoid installing tools that are already available.
Agent Skill Bootstrap automates that preparation. You run one guided installer, approve the host hook once, and future sessions begin with a verified project briefing and only the skills that the project actually needs.
npx agent-skill-bootstrap
No daemon, no `sudo`, and no machine-wide root installation. The "current user" option applies only to your operating-system account.
What it does
After the initial setup, Agent Skill Bootstrap runs on the supported host's `SessionStart` event:
flowchart TD
A["Run npx once"] --> B["Choose project or current-user scope"]
B --> C["Choose Claude Code, Codex, or both"]
C --> D["Install persistent runtime and owned SessionStart hook"]
D --> E["Open a supported agent in a project"]
E --> F["Resolve the trusted project root"]
F --> G["Detect stack and build a sanitized briefing"]
G --> H["Revalidate cache, manifests, bindings, files, and digests"]
H --> I{"Required skill already
Related Skills
Codex Bootstrap
Bootstrap or check Clavain Codex installation health (install + wrapper sync + doctor)
Reload Session Bootstrap
The first thing an agent should do each session in Reload — load its shared-memory context, then find the mess
Drupal Bootstrap
Auto-detect project state and bootstrap structural index, semantic docs, and CLAUDE.md hint
Grok Workflows
Run Claude Code Workflows (CCW) on Grok: single install path plus a runtime translation layer
Megamaid Doctor
Report megamaid install health — venv state, MCP connectivity, and the last bootstrap failure.
Install Beacon
Bootstrap or refresh beacon's wrapper, completions, status line, and iTerm2 profiles
Related Agents
Arch
Agent Arch — bootstrap idempotent de la solution / des projets vides selon les stacks actifs (Init Commands §2
Static Analyse
Detect and run project-appropriate static analysis tools (lint, format, type check) across Python, JS, Go, Rus
Force Runner
Run AI model tasks in background via The Force. Use when user wants parallel work with GPT-5.2, Gemini, Codex,