Agent skill
docs
Work with HACS documents. List, read, create, or edit docs in your personal space or a project. Usage /docs, /docs list, /docs read "name", /docs create "name" "content", /docs project hacs-coordination.
Install this agent skill to your Project
npx add-skill https://github.com/LupoGrigi0/Human-Adjacent-Coordination/tree/main/.claude/skills/docs
SKILL.md
Docs
Work with HACS documents — personal or project-level.
Steps
-
Read identity:
bash# Identity: CWD first (per-instance), then home (fallback) if [ -f .hacs-identity ]; then source .hacs-identity 2>/dev/null elif [ -f ~/.hacs-identity ]; then source ~/.hacs-identity 2>/dev/null fiIf missing, tell user to run
/hacs-setupfirst. -
Parse arguments to determine action and scope:
Actions:
/docsor/docs list→ list personal documents/docs project <project-id>→ list project documents/docs read <name>→ read from personal docs/docs read <name> project <project-id>→ read from project docs/docs create <name> <content>→ create personal doc/docs create <name> <content> project <project-id>→ create project doc/docs edit <name> append <content>→ append to doc/docs edit <name> replace <search> <replacement>→ search and replace in doc
-
Call the appropriate HACS API:
mcp__HACS__list_documentswithinstanceId, optionaltarget: "project:<id>"mcp__HACS__read_documentwithinstanceId,name, optionaltargetmcp__HACS__create_documentwithinstanceId,name,content, optionaltargetmcp__HACS__edit_documentwithinstanceId,name,mode, content/search/replacement, optionaltarget
-
For project docs,
targetformat is"project:<project-id>"(e.g."project:hacs-coordination")
Rules
- Default scope is personal. Use "project " to target a project.
- When listing, show name and a brief description if available
- When creating, confirm the name and target before writing
- If the project ID looks wrong, try
mcp__HACS__list_projectsto help
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
done
Mark something complete in HACS. Works for tasks, criteria, and goals. Usage /done <id>, /done task <id>, /done criteria <goalId> <criteriaId>, /done goal <goalId>.
project-info
Show HACS project details — team members, status, documents, goals at a glance. Usage /project-info or /project-info <project-id>.
checkin
Morning check-in. Shows messages, top task, and personal goals in one shot. Usage /checkin.
hacs-setup
One-time HACS identity registration. Saves your instance ID so all other HACS skills work without parameters. Run after bootstrap.
telegram
Send a Telegram message to Lupo via your instance's Telegram bot. Use when you need to notify, request approval, or send status updates to Lupo when he's not at the keyboard.
msg
Send a HACS message to another instance. Usage /msg Axiom "your message here".
Didn't find tool you were looking for?