🛠️ Skill Audit Summit

2026-09-02 · 22 skills modified in past 48h · https://skill-audit-summit.pages.dev
Audited
22
past 48h
Merge/Trash
0
cut the count
Patch: publish
12
Patch: frontmatter
3
cut load cost
Patch: quality
0
Keep
7
Est tokens saved
~0
per load if merged

🎯 Actions ranked MERGE first → KEEP last

Sort order matches North Star goals. (#2 cut count, #4 publish-ready, #3 cheap frontmatter, #1 writing) Flags within each card are evidence, not verdicts.

cross-session-scope-discipline
(top-level) · 4.9h ago · 16296 words · fm desc 1002 chars
PATCH-PUBLISH
Cross-Session Scope Discipline.
internal references leak: hardcoded absolute path under ~/.hermes; hardcoded path under ~/dev
  • internal refs: hardcoded absolute path under ~/.hermes; hardcoded path under ~/dev
agent-communication-style
software-development · 6.5h ago · 16365 words · fm desc 882 chars
PATCH-PUBLISH
Agent Communication Style.
internal references leak: hardcoded path under ~/dev; internal agent/persona reference
  • internal refs: hardcoded path under ~/dev; internal agent/persona reference
hermes-safe-deletion
(top-level) · 25.5h ago · 2581 words · fm desc 637 chars
PATCH-PUBLISH
Safe destructive operations against `~/.hermes/` (or any path containing live agent config).
internal references leak: hardcoded absolute path under ~/.hermes; internal agent/persona reference
  • internal refs: hardcoded absolute path under ~/.hermes; internal agent/persona reference
product-release-automation
(top-level) · 25.5h ago · 2476 words · fm desc 600 chars
PATCH-PUBLISH
Product Release Automation (cron fleet design).
internal references leak: hardcoded absolute path under ~/.hermes; internal Slack channel ID
  • internal refs: hardcoded absolute path under ~/.hermes; internal Slack channel ID
text-post-to-video
(top-level) · 25.5h ago · 14205 words · fm desc 357 chars
PATCH-PUBLISH
Turn a written post (LinkedIn, X thread, blog intro) into a polished 9:16 vertical video.
internal references leak: hardcoded absolute path under ~/.hermes; internal agent/persona reference
  • internal refs: hardcoded absolute path under ~/.hermes; internal agent/persona reference
wacli
(top-level) · 27.3h ago · 7075 words · fm desc 310 chars
PATCH-PUBLISH
Send and receive WhatsApp messages via the wacli CLI on macOS.
internal references leak: internal agent/persona reference
  • internal refs: internal agent/persona reference
create-agent
(top-level) · 29.7h ago · 3737 words · fm desc 291 chars
PATCH-PUBLISH
Create a new Hermes agent with proper workspace, SOUL.md, IDENTITY.md, channel binding (3 binding points in config.yaml), Honcho peer registration, and optional cron jobs for recurrent goals.
internal references leak: hardcoded absolute path under ~/.hermes; internal agent/persona reference
  • internal refs: hardcoded absolute path under ~/.hermes; internal agent/persona reference
  • missing 'when NOT to use' — promotes accidental dispatch
hermes-cron-inspect
system-management · 30.1h ago · 970 words · fm desc 320 chars
PATCH-PUBLISH
View and verify Hermes cron job prompts — find job_id via CLI, read full prompt from disk.
internal references leak: hardcoded absolute path under ~/.hermes; internal agent/persona reference
  • internal refs: hardcoded absolute path under ~/.hermes; internal agent/persona reference
  • missing 'when NOT to use' — promotes accidental dispatch
strategy-html-artifact
productivity · 46.2h ago · 7266 words · fm desc 609 chars
PATCH-PUBLISH
Author self-contained HTML pages (dark or light theme) and deploy to Cloudflare Pages.
internal references leak: hardcoded path under ~/dev; internal agent/persona reference
  • internal refs: hardcoded path under ~/dev; internal agent/persona reference
buffer-api
social-media · 46.2h ago · 2000 words · fm desc 60 chars
PATCH-PUBLISH
Publish to Buffer.com.
internal references leak: internal agent/persona reference
  • internal refs: internal agent/persona reference
  • no 'when to load' trigger and short description — agent can't route cheaply
  • missing 'when NOT to use' — promotes accidental dispatch
brand-social-touchpoint
social-media · 46.2h ago · 14373 words · fm desc 691 chars
PATCH-PUBLISH
Class-level workflow for recurring brand-account social media touchpoint cron jobs (morning/midday/evening).
internal references leak: hardcoded absolute path under ~/.hermes; internal agent/persona reference
  • internal refs: hardcoded absolute path under ~/.hermes; internal agent/persona reference
skill-audit
(top-level) · 46.5h ago · 1395 words · fm desc 449 chars
PATCH-PUBLISH
Audit an existing Hermes skill for stale rules, dead code, contradictions, un-acted-on roadmap items, and verification gaps.
internal references leak: hardcoded absolute path under ~/.hermes
  • internal refs: hardcoded absolute path under ~/.hermes
docx-design-variants
productivity · 0.5h ago · 834 words · fm desc 59 chars
PATCH-FRONT
Use when generating N DOCX design variants from one source.
frontmatter description <60 chars OR no 'when to load' + long body — agent pays full read cost on every load
  • no 'when to load' trigger and short description — agent can't route cheaply
  • frontmatter description is 59 chars (target ≥60)
pdf
productivity · 0.7h ago · 1728 words · fm desc 48 chars
PATCH-FRONT
Create, read, merge, fill, and secure PDF files.
frontmatter description <60 chars OR no 'when to load' + long body — agent pays full read cost on every load
  • no 'when to load' trigger and short description — agent can't route cheaply
  • frontmatter description is 48 chars (target ≥60)
hermes-agent-skill-authoring
software-development · 4.8h ago · 2366 words · fm desc 59 chars
PATCH-FRONT
Author in-repo SKILL.md: frontmatter, validator, structure.
frontmatter description <60 chars OR no 'when to load' + long body — agent pays full read cost on every load
  • frontmatter description is 59 chars (target ≥60)
cv-section-authoring
career · 0.0h ago · 2778 words · fm desc 805 chars
KEEP
Class-level workflow for authoring tight, drop-in CV sections (French academic / technical resumes, BTS/Licence Pro alternance).
passes all four-goal checks
  • no code example for a ≥300-word skill — publishability gap
morsy-writing-style-linkedin-social
(top-level) · 3.0h ago · 7344 words · fm desc 495 chars
KEEP
Write LinkedIn posts and articles in Morsy Cheikhrouhou's voice — Educational Breakdown style (informed-observer, not contrarian).
passes all four-goal checks
release-stewardship
software-development · 4.9h ago · 9355 words · fm desc 629 chars
KEEP
Use when taking ownership of an existing repository, planning a release (major/minor/patch), bumping a version, writing CHANGELOG entries, cutting a git tag, or deciding what goes into the next release.
passes all four-goal checks
agentic-mesh-on-milestr
(top-level) · 25.5h ago · 1892 words · fm desc 559 chars
KEEP
Designing an Agentic Mesh on Milestr.
passes all four-goal checks
  • no code example for a ≥300-word skill — publishability gap
milestr-dashboard
productivity · 25.5h ago · 1415 words · fm desc 453 chars
KEEP
Operate a Milestr dashboard instance — create/update tasks and KPIs, publish to Cloudflare Pages, manage backups.
passes all four-goal checks
authoring-mcp-servers
devops · 26.8h ago · 2105 words · fm desc 622 chars
KEEP
Class-level guide for *building* an MCP (Model Context Protocol) server — the author side, opposite of `native-mcp` (the client).
passes all four-goal checks
programmed-content-cron
devops · 42.5h ago · 2539 words · fm desc 935 chars
KEEP
Programmed Content Delivery Cron.
passes all four-goal checks
  • missing 'when NOT to use' — promotes accidental dispatch
North Star: (1) ↑ quality (2) ↓ count via merges (3) ↓ token-cost on every call (4) GitHub-publishable. Actions: MERGE consolidates an overlap · PATCH-PUBLISH strips internal refs · PATCH-FRONT fixes frontmatter + When-to-load · PATCH is writing quality · KEEP passes all four.
Generated 2026-09-02T00:52:19 · canonical: https://skill-audit-summit.pages.dev