CONVENTIONS banner
hiyeshu hiyeshu

CONVENTIONS

Development community

Description

# codeck skill authoring conventions Aligned with [anthropic/skills](https://github.com/anthropics/skills) standard. Adapted for codeck's multi-role pipeline. ## Frontmatter Standard fields only: ```yaml --- name: codeck-xxx description: | {what it does}. {trigger scenarios}. --- ``` - `name` (required): skill identifier. codeck sub-skills use `codeck-` prefix. - `description` (required): function + trigger scenarios, pushy style (see below). Non-standard fields (version, allowed-tools,

Installation

Installs to ~/.claude/skills/hiyeshu-codeck-conventions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hiyeshu-codeck-conventions && curl -fsSL https://raw.githubusercontent.com/hiyeshu/codeck/HEAD/skills/CONVENTIONS.md -o ~/.claude/skills/hiyeshu-codeck-conventions/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository