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.
Security Audit
Audit auth and input handling for common vulnerabilities.
Changelog Entry
Draft a changelog entry from the merged pull requests.
Run Migrations
Apply pending database migrations safely before a deploy.
Claude Skill Format
Format files per the project style guide.
Demo Command
|
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…
Standard Skill Test
Run the open-standard test skill.
Sm Tutorial
|
Run Tests
Run the unit suite and smoke checks before handoff.
Opencode Skill Lint
Lint the codebase and report style violations.
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.
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.
Deploy
Ship the build to production.
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…
Notify
Post a release note to the team channel.
Publish
|
Content Editor
|
Goal
Named after the built-in /goal command, shadowed by the runtime.
Check Links
|
Code Review
A minimal Agent Skill at the open-standard path. Vendor-agnostic — Anthropic, OpenAI, and Google all read this layout.
Demo Skill
|
Master Skill
|
Format Code
Format the codebase to the project style.
Master Agent
|
Your Skill Name
>
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.
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.