CtrlK
BlogDocsLog inGet started
Tessl Logo

tekhne

github.com/pantheon-org/tekhne

SkillAddedReview
valid-skill

crates/skill-validator-rs/tests/golden-corpus/fixtures/testdata/valid-skill/SKILL.md

A well-formed example skill for testing the validator.

39

vault-capture

skills/agentic-harness/vault-capture/SKILL.md

Captures an important insight, decision, constraint, pattern, or discovery to persistent memory via the vault CLI — distinct from general note-taking in that entries are tagged, tiered, and retrievable across future sessions. Use when the user says "save this", "remember this", "note for later", "don't forget", or "keep this in mind", or when the conversation produces something worth preserving: architectural decisions, recurring bugs, hard-won constraints, naming conventions, or user preferences.

72

vault-consolidate

skills/agentic-harness/vault-consolidate/SKILL.md

Propose or apply consolidation of episodic memories into semantic ones, combining related episodic captures into higher-level semantic summary notes. Use after a long session or when the user asks to clean up, organise, summarise, merge, or declutter memories, or requests memory cleanup or memory management. Always run --propose first so the user can review before --apply commits changes to the vault.

69

vault-fetch

skills/agentic-harness/vault-fetch/SKILL.md

Fetch a URL, extract its text content, and persist it as a semantic memory tagged with the source URL for future retrieval. Use when the user shares a link to documentation, a GitHub issue, a blog post, or any reference material that should be available across sessions without re-fetching.

73

vault-search

skills/agentic-harness/vault-search/SKILL.md

Search persistent memory for relevant context — including architectural decisions, resolved bugs, and implementation patterns — when the user asks about past decisions, when debugging a recurring issue, when uncertain whether something was already decided, or before re-implementing something that may have been done before. Use when the user says "do you remember…", "what did we decide about…", or "have we solved this before".

70

warnings-only-skill

crates/skill-validator-rs/tests/golden-corpus/fixtures/testdata/warnings-only-skill/SKILL.md

A skill that produces warnings but no errors.

29

wave-execution-planner

skills/project-mgmt/planning-toolkit/wave-execution-planner/SKILL.md

Groups plan phases and tasks into dependency-ordered waves for parallel subagent execution via git worktrees. Builds a task dependency DAG, assigns wave numbers via topological sort, emits a living wave document that tracks status as work lands, and updates wave progress when tasks complete. Use when asked to: group tasks into waves, plan parallel execution, schedule worktrees, create a wave breakdown, wave planning, dependency grouping, update wave statuses, parallel subagents, which tasks can run in parallel.

72

wave-executor

skills/project-mgmt/planning-toolkit/wave-executor/SKILL.md

Execute a wave-based plan by spawning parallel agents per wave, enforcing merge gates, and building self-contained per-agent prompts from wave document rows. Use when asked to: run the plan, execute the plan, start the waves, launch agents, execute wave N, run wave execution. Reads a wave document produced by wave-execution-planner.

71

web-reference-sheet-generator

skills/development/front-end/web-reference-sheet-generator/SKILL.md

Generate a project-specific web design reference sheet (docs/design/design-reference.md) and companion enforcement skill for any website codebase. Extracts CSS custom properties, validates against a JSON schema scratchpad, inspects components, and produces a 12-section document covering colours, typography, spacing, layout, borders, shadows, motion, accessibility, dark mode, and Figma sync notes. Use when starting a new project, onboarding a design system, creating a Figma reference sheet, porting design tokens, or auditing existing styles. Triggers on: create a design reference, generate a style guide, document the design tokens, make a brand reference sheet, port design tokens, audit existing styles.

66

website-theme-porter

skills/development/front-end/website-theme-porter/SKILL.md

Ports the visual identity of any live website into a React plus Tailwind CSS project. Extracts colours, typography, spacing, component styles via browser automation, source inspection, curl, wget, DevTools. Writes structured documentation, applies findings as Tailwind v4 CSS tokens, then verifies by visually diffing the original site against the local build. Use when cloning a brand, replicating a design system, matching a reference site, migrating visual identity, copying a style guide, porting a theme from any live URL into a React codebase, matching a client reference design.

77

why

skills/software-engineering/why/SKILL.md

Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat, infrastructure observability, error tracking, product analytics warehouse) in parallel, then returns a cited read on decisions and tradeoffs. DO NOT use for explaining current runtime behavior (use how instead), or for proving a change is safe to ship (use blast-radius instead). Triggers: why does X work this way, why did we pick Y over Z, what motivated this, why does this still exist, history of X.

72

Wrong-Name

crates/skill-validator-rs/tests/golden-corpus/fixtures/testdata/invalid-skill/SKILL.md

Invalid
Wrong-Name

crates/skill-validator-rs/tests/golden-corpus/fixtures/testdata/multi-skill/skill-gamma/SKILL.md

Invalid