一键导入
skill-map
skill-map 收录了来自 crystian 的 39 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Interactive skill-map tutorial, a single "book" of parts and chapters that a first-time tester walks end to end. It opens with a live-UI prologue (the tester runs `sm`, opens the browser, and watches the map update as `.md` files are edited), then a menu of further parts (watch your agent light the map up in real time, extend skill-map with plugins/settings/slots, the CLI in depth). The skill is invoked from an empty directory and lays its fixture there directly. State persists in `tutorial-state.json` for pause/resume. Triggers: "tutorial", "sm-tutorial", "tutorial me", "run the tutorial", "ejecuta el tutorial", "test skill-map", "advanced tutorial", "go deeper", "tutorial avanzado".
Validates the portfolio's internal links before publishing. Walks every generated page and reports any link whose target is missing.
Mirrors the portfolio's pages into Notion after publishing, creating one Notion page per site page via the Notion MCP. Use it from /publish, or when the user asks to sync the site to Notion.
Validates the portfolio's internal links before publishing. Walks every generated page and reports any link whose target is missing.
Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/.
Mirrors the portfolio's pages into Notion after publishing, creating one Notion page per site page via the Notion MCP. Use it from /publish, or when the user asks to sync the site to Notion.
Mirrors the portfolio's pages into Notion after publishing, creating one Notion page per site page via the Notion MCP. Use it from $publish, or when the user asks to sync the site to Notion.
Publishes the portfolio: runs the link check, follows the deploy runbook, then mirrors the pages to Notion.
Mirrors the portfolio's pages into Notion after publishing, creating one Notion page per site page via the Notion MCP. Use it from /publish, or when the user asks to sync the site to Notion.
A minimal skill that greets the user by name.
Fixture skill for the `backtick-trigger-extraction` conformance case. The backticked `@deploy-site` mention and the backticked `/deploy-site` invocation in `source.md` must resolve to this node.
Fixture skill for the `backtick-dollar-extraction` conformance case. The backticked `$check-links` invocation in `notes.md` must resolve to this node.
Run the open-standard test skill.
Format files per the project style guide.
Lint the codebase and report style violations.
Ship the build to production.
Post a release note to the team channel.
Publishes the portfolio: runs the link check, hands off to the content editor for any last fixes, then follows the deploy runbook.
Publica el portfolio: corre el chequeo de enlaces, le pasa al content editor los últimos arreglos, y luego sigue el runbook de despliegue.
Run the unit suite and smoke checks before handoff.
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 targeting .f-* classes or .sm-gnode; angular.json style configuration for the Foblex theme; or any task involving node layout, connector rendering, pan/zoom behavior, edge styling, drag handles, or performance of the graph view. Covers the nine non-negotiable rules learned the hard way, the antipattern checklist, and points at the full API reference for every directive and component.
Example skill that wraps the demo-skill. On Codex the prologue's command-kind node renders as a skill (Codex has no command kind).
Skill de ejemplo que envuelve a demo-skill. En Codex el nodo de kind command del prólogo se renderiza como skill (Codex no tiene kind command).
Publishes the portfolio: runs the link check, hands off to the content editor for any last fixes, then follows the deploy runbook.
Publica el portfolio: corre el chequeo de enlaces, le pasa al content editor los últimos arreglos, y luego sigue el runbook de despliegue.
Example skill used by the advanced tutorial. Declares a couple of tools so the `core/tools-counter` extractor emits a count.
Skill de ejemplo que usa el tutorial avanzado. Declara un par de herramientas para que el extractor `core/tools-counter` emita un conteo.
Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/.
Escribe y edita las páginas del portfolio. Lee un brief, sigue la guía de estilo y emite el HTML en public/.
Draft a changelog entry from the merged pull requests.
Run the unit suite and smoke checks before any deploy.
Named after the built-in /goal command, shadowed by the runtime.
Validates the portfolio's internal links before publishing. Walks every generated page and reports any link whose target is missing.
Valida los enlaces internos del portfolio antes de publicar. Recorre cada página generada y reporta cualquier enlace cuyo destino falte.
Example skill paired with the master-agent for the advanced tutorial. Links to the agent so extractors and analyzers have something to chew on.
Skill de ejemplo emparejada con master-agent para el tutorial avanzado. Enlaza al agente para que los extractors y analyzers tengan algo que masticar.
Example skill that walks a file and returns a Markdown report. Showcases the `skill` kind in the demo map.
Skill de ejemplo que recorre un archivo y devuelve un reporte en Markdown. Muestra el tipo `skill` en el mapa demo.
A minimal Agent Skill at the open-standard path. Vendor-agnostic — Anthropic, OpenAI, and Google all read this layout.