crystian

55 mods across 2 repositories, 83 stars between them.

commit

01

crystian/skill-map

Agent Claude Code

Commit pipeline for skill-map. Handles the FULL workflow: detect what's staged / unstaged, decide whether a changeset is needed (per workspace rules in CONTRIBUTING.md), regenerate spec integrity hashes, ROADMAP cross-references, and the conventional commit itself. The workspace CHANGELOG.md files are generated by…

59 2d ago A 133 tokens original MIT

foblex-flow

02

crystian/skill-map

Skill Claude CodeCodex

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 / fConnector / fDraggable / fZoom / fMarker directives; TypeScript importing from @foblex/flow…

59 2d ago A 203 tokens original MIT

sm-tutorial

03

crystian/skill-map

Skill Claude CodeCodex

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…

59 2d ago C 198 tokens original MIT

publish

04

crystian/skill-map

Command Claude Code

Publishes the portfolio: runs the link check, hands off to the content editor for any last fixes, then follows the deploy runbook.

59 2d ago A 31 tokens original MIT

check-links

05

crystian/skill-map

Skill Claude CodeCodex

Validates the portfolio's internal links before publishing. Walks every generated page and reports any link whose target is missing.

59 2d ago A 28 tokens original MIT

publish

06

crystian/skill-map

Skill Claude CodeCodex

Publishes the portfolio: runs the link check, hands off to the content editor for any last fixes, then follows the deploy runbook.

59 2d ago A 31 tokens original MIT

master-agent

07

crystian/skill-map

Agent Claude Code

Example agent used by the advanced tutorial. Has a couple of tools so the core/tools-counter extractor emits a count.

59 2d ago A 29 tokens original MIT

master-skill

08

crystian/skill-map

Skill Claude CodeCodex

Example skill paired with the master-agent for the advanced tutorial. Links to the agent so extractors and analyzers have something to chew on.

59 2d ago A 34 tokens original MIT

master-agent

09

crystian/skill-map

Skill Claude CodeCodex

Example skill used by the advanced tutorial. Declares a couple of tools so the core/tools-counter extractor emits a count.

59 2d ago A 30 tokens original MIT

content-editor

10

crystian/skill-map

Agent Claude Code

Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/.

59 2d ago A 28 tokens original MIT

content-editor

11

crystian/skill-map

Skill Claude CodeCodex

Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/.

59 2d ago A 28 tokens original MIT

demo-agent

12

crystian/skill-map

Agent Claude Code

Example agent that handles read and shell tasks. Solo node at boot; gets connected to the rest of the demo fixture during the Live UI step.

59 2d ago A 34 tokens original MIT

demo-command

13

crystian/skill-map

Command Claude Code

Example slash command that wraps the demo-skill. Showcases the command kind.

59 2d ago A 22 tokens original MIT

demo-skill

14

crystian/skill-map

Skill Claude CodeCodex

Example skill that walks a file and returns a Markdown report. Showcases the skill kind in the demo map.

59 2d ago A 28 tokens original MIT

demo-command

15

crystian/skill-map

Skill Claude CodeCodex

Example skill that wraps the demo-skill. On Codex the prologue's command-kind node renders as a skill (Codex has no command kind).

59 2d ago A 35 tokens original MIT

skill-map AGENTS.md

16

crystian/skill-map

Instructions file CodexOpenCode

Instructions for crystian/skill-map, covering agents.md, language & persona activation (read first), arquitecto persona (only when activated per the gate above), operating rules and git & commits.

59 2d ago D 9,982 tokens original MIT

skill-map CLAUDE.md

17

crystian/skill-map

Instructions file

Instructions for crystian/skill-map: Pointer file. Claude Code (CLAUDE.md) and Codex (AGENTS.md) each pick up their own filename when they boot in this repo. Keeping CLAUDE.md as a one-line @AGENTS.md reference means the operating manual lives in a single file (AGENTS.md) without either tool falling back to defaults.…

59 2d ago A 97 tokens original MIT

notion-publish

18

crystian/skill-map

Skill Claude CodeCodex

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.

59 2d ago A 52 tokens original MIT

notion-writer

19

crystian/skill-map

Agent Claude Code

Deprecated. Mirrors a single page into Notion by following the notion-publish skill. Superseded by /publish, which mirrors every page to Notion on release; kept only so existing references keep resolving.

59 2d ago A 47 tokens original MIT

init

20

crystian/skill-map

Command Claude Code

Scaffolds a new empty page in public/ from the shared template.

59 2d ago A 17 tokens original MIT

notion

21

crystian/skill-map

MCP server Claude CodeCodexCursor +2

Notion's hosted MCP server: lets the agent search, read and edit pages and databases. Remote server at mcp.notion.com.

59 2d ago A tokens not measured copy · 100% MIT

UserPromptExpansion

22

crystian/skill-map

Hook Claude Code

Runs to expand your prompt before the agent sees it, executing bridge.js via node. From crystian/skill-map.

59 2d ago A tokens not measured original MIT

PreToolUse

23

crystian/skill-map

Hook Claude Code

Runs before the agent uses a tool for ^(Skill, Agent, Read, Write, Edit and mcp__.+)$ tool calls, executing bridge.js via node. From crystian/skill-map.

59 2d ago A tokens not measured original MIT

PostToolUse

24

crystian/skill-map

Hook Claude Code

Runs after a tool call finishes for ^Agent$ tool calls, executing bridge.js via node. From crystian/skill-map.

59 2d ago A tokens not measured copy · 84% MIT