@noetaris/harness-skills
v0.4.0
Published
AI coding assistant skills for the Noetaris Harness ecosystem
Downloads
78
Readme
@noetaris/skills
Claude Code skills for the Noetaris Harness ecosystem.
Overview
This package installs a set of Claude Code skills into your project (or globally) that teach Claude how to work with the Noetaris Harness framework. It installs two skills, split by activity:
harness— the implementation skill. Guides Claude through scaffolding, provider setup, session stores, running agents, testing, observability, and MCP tool integration when writing or modifying harness code.harness-design— the design-phase skill. Loaded to learn the framework's concepts while evaluating it, or to architect a system around an already-chosen harness (topology, scaling, persistence, multi-agent composition) with no code written.
Installation
npx @noetaris/harness-skills installThis copies the skills into .claude/skills/harness/ and .claude/skills/harness-design/ in your current project directory.
For a global install (available in all projects):
npx @noetaris/harness-skills install --globalUpdating
npx @noetaris/harness-skills updateWhat's Included
harness skill (implementation):
| Skill file | Covers |
|---|---|
| SKILL.md | Entry point — intent classification, routing, clarification gates |
| setup.md | New agent scaffold |
| providers.md | LLM provider setup (Anthropic, OpenAI, Google, Ollama) |
| stores.md | Session store setup (in-memory, Postgres, Redis) |
| running.md | Running agents, outcomes, interrupt/resume, stopping, events |
| testing.md | Step and route testing with @noetaris/harness-testing |
| otel.md | OpenTelemetry observability bridge |
| mcp.md | MCP protocol client setup |
harness-design skill (design, no code):
| Skill file | Covers |
|---|---|
| SKILL.md | Framework mental model + concepts, for learning or the design phase |
| architecture.md | Architecting a system around an already-chosen harness |
Requirements
- Node.js ≥ 22
- Claude Code CLI
Related Packages
@noetaris/harness— core execution engine@noetaris/harness-store— session store implementations@noetaris/harness-store-postgres— PostgreSQL session store@noetaris/harness-store-redis— Redis session store@noetaris/harness-types— shared LLM type contract@noetaris/harness-anthropic— Anthropic Claude adapter@noetaris/harness-openai— OpenAI adapter@noetaris/harness-google— Google Gemini adapter@noetaris/harness-otel— OpenTelemetry observer bridge@noetaris/harness-mcp— MCP protocol client
License
MIT
