Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ybrain

My toolkit — skills, hooks, memory templates, and project templates.

Directory Structure

skills/       # Claude Code skills (each skill = one dir with SKILL.md)
hooks/        # Shell hook scripts (e.g., ears-trace)
memory/       # Reusable memory templates
templates/    # Project config templates (e.g., CLAUDE.md)

Skills Attribution

Most skills in this repo are sourced from:

  • obra/superpowers - An agentic skills framework & software development methodology
    • brainstorming, dispatching-parallel-agents, executing-plans, finishing-a-development-branch
    • receiving-code-review, requesting-code-review, subagent-driven-development, systematic-debugging
    • test-driven-development, using-git-worktrees, using-superpowers, verification-before-completion
    • writing-plans, writing-skills

Custom skills developed for this repo:

  • feishu - Lark/Feishu operations via lark-cli

Commit Convention

Every commit that adds or modifies a skill, hook, or template must follow this format:

<type>(<scope>): <description> [v<version>]
  • type: feat | fix | refactor | docs
  • scope: skills | hooks | memory | templates
  • version: semver of the changed component, e.g., v1.0, v1.1, v2.0

Examples:

feat(skills): add brainstorm skill [v1.0]
fix(hooks): ears-trace handle empty file [v1.1]
refactor(templates): simplify CLAUDE.md template [v2.0]

This is enforced by a commit-msg hook — non-conforming commits will be rejected.

About

My toolkit.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages