Skill packs for TPS and Flair — best practices for any agent harness (Claude Code, OpenClaw, Cursor, n8n, MCP-aware agents, etc.).
tps skill add-pack @tpsdev-ai/skills --agent <agent-id>Registers the orientation skill on the specified agent. Use --include-rules to register specific rule files alongside the summary.
npx skills add tpsdev-ai/skills/tps-best-practices
npx skills add tpsdev-ai/skills/flair-best-practicesimport { ruleNames, rules, skillSummary } from "@tpsdev-ai/skills";How to use TPS as a product — agent provisioning, inter-agent mail, skill governance, branch-office isolation, runtime providers.
How to use Flair as a product — writing/reading memory, Soul records, Ed25519 identity, federation, MCP integration.
Best practices for agents that periodically poll external sources — GitHub releases, vendor changelogs, RSS/atom feeds — for briefings or monitoring. Covers PAT-based auth, known-good vendor feeds, polling cadence, and ETag caching.
Generate and validate ASCII box diagrams with Unicode box-drawing characters (pre-existing skill).
@tpsdev-ai/skills is product-level — applicable to anyone running TPS/Flair. Teams typically layer a private skill pack on top of this for team-specific operating discipline (review process, on-call patterns, etc.).
Apache 2.0. See LICENSE.