Build a lightweight skill index and load full skill instructions only on demand to reduce startup context pressure.
Scanned 6/5/2026
Install via CLI
openskills install tuanle96/agent-harness-kit---
name: skill-discovery
description: Build a lightweight skill index and load full skill instructions only on demand to reduce startup context pressure.
allowed-tools: Read, Bash(node .harness/scripts/skill-discovery.mjs:*), Bash(node .harness/scripts/skill-load.mjs:*)
suggested-turns: 4
---
# Skill Discovery / On-Demand Loading
Generates `.harness/skill-index.json` from skill frontmatter so agents can discover commands without loading every full `SKILL.md`.
## Commands
```bash
node .harness/scripts/skill-discovery.mjs
node .harness/scripts/skill-load.mjs create-story
```
## Output contract
```markdown
### Skill index
### Skills indexed: <n>
### Full skill loaded: <name or n/a>
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.