lucascharao

Agent Skill Bootstrap — Development skill for Claude Code

Development community

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

[![npm version](https://img.shields.io/npm/v/agent-skill-bootstrap?color=cb3837&label=npm)](https://www.npmjs.com/package/agent-skill-bootstrap) [![CI](https://github.com/lucascharao/agent-skill-bootstrap/actions/workflows/ci.yml/badge.svg)](https://github.com/lucascharao/agent-skill-bootstrap/actions/workflows/ci.yml) [![GitHub release](https://img.shields.io/github/v/release/lucascharao/agent-skill-bootstrap)](https://github.com/lucascharao/agent-skill-bootstrap/releases) [![Node.js](https://img.shields.io/node/v/agent-skill-bootstrap)](package.json) [![License](https://img.shields.io/badge/license-source--available-2563eb)](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