Agents Inventory Checklist
Generate a Java agents inventory checklist document from a predefined template.
Installation
- Make sure Claude is on your device and in your terminal.
Skills load from
~/.claude/skills/when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then runclaudein any terminal to verify.One-time setupnpm i -g @anthropic-ai/claude-codeAlready have it? Skip ahead.
- Paste into Claude Code or into your terminal.
This copies the whole skill folder into
~/.claude/skills/002-agents-inventory-jabrena/— the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.Faster alternative (instruction-only skills)
Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.
Quick install (SKILL.md only)Sign up to copy - Restart Claude Code.
Quit and reopen Claude Code (or any other agent that loads from
~/.claude/skills/). New skills are picked up on startup. - Just ask Claude.
Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.
Prefer to read the source first? Open on GitHub.
When Claude uses it
Use when you need to generate a checklist document with embedded agents inventory, following the embedded template exactly and producing INVENTORY-AGENTS-JAVA.md in the project root. This should trigger for requests such as Create embedded agents inventory checklist; Generate INVENTORY-AGENTS-JAVA.md; Use @002-agents-inventory. Part of cursor-rules-java project
What this skill does
Create a Checklist with embedded agents inventory for Java
Create a comprehensive checklist document for embedded agents inventory by following the embedded template exactly.
What is covered in this Skill?
- Exact-template checklist generation
- Output file creation as
INVENTORY-AGENTS-JAVA.md - Strict adherence to listed sections and content
Constraints
Follow the template exactly without adding or removing sections, rows, or details.
- DO NOT create additional rows beyond what the template defines
- DO NOT add agent entries not explicitly listed in the template
- ONLY use exact wording and structure from the embedded template
- EDGE CASE: If the user goal is ambiguous, stop and ask a clarifying question before editing files or running project-wide commands
- EDGE CASE: If required context, files, credentials, or tools are missing, report the blocker explicitly and ask whether to proceed with setup or fallback guidance
- EDGE CASE: If requested changes conflict with project constraints or safety boundaries, explain the conflict and ask for user confirmation on the preferred trade-off
When to use this skill
- Create embedded agents inventory checklist
- Generate INVENTORY-AGENTS-JAVA.md
- Use @002-agents-inventory
Workflow
- Read the embedded template
Read references/002-agents-inventory.md before generating output and use it as the authoritative template.
Step constraints:
- Do not use cached or partial template content
- Preserve exact table rows, headings, and structure from the reference
- Generate inventory document
Create INVENTORY-AGENTS-JAVA.md in the project root using the exact wording and ordering from the reference template.
- Validate template fidelity
Confirm no extra agent rows were introduced and all required reference sections are present in the generated file.
Reference
For detailed guidance, examples, and constraints, see references/002-agents-inventory.md.
Related skills
Generative Code Art
anthropics
Create algorithmic art with p5.js using randomness and interactive parameters.
Poster & Visual Design
anthropics
Create original posters and visual art in PNG and PDF formats.
Claude API Helper
anthropics
Build, debug, and optimize Claude API applications with caching and model migration support.
MCP Server Builder
anthropics
Build protocol servers that connect language models to external APIs and services.