Skill52 repo starsupdated 1mo ago
{skill-name}
{what this skill teaches agents}
Install in Claude Code
Copygit clone --depth 1 https://github.com/spboyer/sensei /tmp/-skill-name- && cp -r /tmp/-skill-name-/.ai-team-templates ~/.claude/skills/-skill-name-Then start a new Claude Code session; the skill loads automatically.
Definition
skill.md
## Context
{When and why this skill applies}
## Patterns
{Specific patterns, conventions, or approaches}
## Examples
{Code examples or references}
## Anti-Patterns
{What to avoid}More from this repository
squad-conventionsSkill
Core conventions and patterns used in the Squad codebase
senseiSkill
**WORKFLOW SKILL** — Iteratively improve skill frontmatter compliance using the Ralph loop pattern. WHEN: \"run sensei\", \"sensei help\", \"improve skill\", \"fix frontmatter\", \"skill compliance\", \"frontmatter audit\", \"score skill\", \"check skill tokens\". INVOKES: token counting tools, test runners, git commands. FOR SINGLE OPERATIONS: use token CLI directly for counts/checks.
file-utilsSkill
Utility for working with files