|
|
2 weeks ago | |
|---|---|---|
| .. | ||
| add-config-param | 2 weeks ago | |
| add-model | 2 weeks ago | |
| add-model-field | 2 weeks ago | |
| remove-config-param | 2 weeks ago | |
| remove-model | 2 weeks ago | |
| remove-model-field | 2 weeks ago | |
| run-tests | 2 weeks ago | |
| README.md | 2 weeks ago | |
Project-local Claude Code configuration for NetBox.
The tool-agnostic content layer for this repo is AGENTS.md at the repo root, with its CLAUDE.md shim. This .claude/ directory is the Claude-specific action layer that complements AGENTS.md with project-local skills, slash commands, and per-developer settings.
skills/ — Project-local Claude Code skills. Each skill is its own subdirectory containing a SKILL.md describing what it does and when to use it. Use this for repo-specific procedures.commands/ — Project-local slash commands. One Markdown file per command: commands/<command-name>.md. Use this for /foo shortcuts that only make sense in this repo.settings.local.json — Per-developer Claude Code settings (tool permissions, MCP server paths, IDE preferences). Never committed — this filename is in the repo's .gitignore.Add a skill here when:
AGENTS.md).Add a command here when:
lowercase-kebab-case, matching the folder naming convention in AGENTS.md.SKILL.md (the entry point); supporting files (references, examples, sample data) live alongside it inside the skill's directory.commands/<command-name>.md.parse-linear-issues, render-delivery-row.mkdir .claude/skills/<skill-name>/ and create SKILL.md inside it.SKILL.md opens with a short YAML-ish header (name, description, version) and then the prompt content.SKILL.md are tracked once committed.AGENTS.md — this repo's primary agent-context file (open standard).SKILL.md looks like and how Claude Code resolves them.