Claude Skill Format
Format files per the project style guide.
Publish
|
Code Review
A minimal Agent Skill at the open-standard path. Vendor-agnostic — Anthropic, OpenAI, and Google all read this layout.
Run Tests
Run the unit suite and smoke checks before handoff.
Full Skill Claude
Reference Claude skill populating every documented frontmatter field on the shared skill-base. The 14 vendor-specific fields plus the universal `name`/`description` are all set, so reviewers can eyeball "what does a fully-annotated Claude skill look like?" in one shot.
Content Editor
|
Sm Tutorial
|
Stale Skill
Claude skill whose sidecar carries deliberately drifted hashes (`for.bodyHash` and `for.frontmatterHash` differ from the live `.md`). Demonstrates the stale-state chip rendered by the UI and the `sm sidecar refresh` workflow that fixes the drift.
Foblex Flow
Authoritative guide for working with Foblex Flow (@foblex/flow) in the skill-map UI. Use whenever editing Angular code in ui/ that touches graph rendering — templates with f-flow / f-canvas / f-connection / fNode / fDraggable / fZoom / fMarker directives; TypeScript importing from @foblex/flow (FFlowModule, FCanvasComponent, EFConnectableSide, EFMarkerType, FConnectionMarkerArrow, etc.); CSS targ…
Format Code
Format the codebase to the project style.
Experimental Skill
Claude skill in active development. Demonstrates the `stability: experimental` annotation with a partial frontmatter — common pattern for skills that are still iterating on their contract.
Full Skill Agents
Open-standard skill at the vendor-agnostic `.agents/skills/<name>/SKILL.md` path. Discovered by the `agent-skills` Provider, which any vendor (Anthropic, OpenAI, Google) can adopt without skill-map needing a vendor-specific copy.
Help
Fixture skill whose name collides with the built-in Claude slash command `/help`. Any reference to it resolves on disk but the runtime shadows it with the built-in, so the edge is downgraded to the reserved-target confidence (0.1). Exists to give the skills column a reserved-name example and to feed the `core/name-reserved` warn under the claude lens.
Notify
Post a release note to the team channel.
Goal
Named after the built-in /goal command, shadowed by the runtime.
Demo Command
|
Deploy
Ship the build to production.
Security Audit
Audit auth and input handling for common vulnerabilities.
Opencode Skill Lint
Lint the codebase and report style violations.
Master Agent
|
Check Links
|
Demo Skill
|
Changelog Entry
Draft a changelog entry from the merged pull requests.
Master Skill
|
Standard Skill Test
Run the open-standard test skill.
Run Migrations
Apply pending database migrations safely before a deploy.
Your Skill Name
>
Skill Optimizer
Optimizer that refines and professionalizes AI agent skills through real usage — saves tokens, eliminates redundancy, and tightens instructions so skills cost less to run. Learns from mistakes, reviews quality, and improves over time. Observes skill execution in the current conversation, analyzes up to four sources (conversation friction, file diffs, user feedback, static diagnostic) plus accumul…