Skip to content

Hyperyond/claude-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ›οΈ claude-skills

A personal collection of Claude Code skills battle-tested from real work Β· or just nice enough to keep around

Claude Code License Skills


✨ What's inside

Each top-level directory is a self-contained skill. Drop it into ~/.claude/skills/ or bundle it as a plugin β€” no build step, no dependencies, nothing to install.

πŸ“¦ Skills

🧱 tech-diagram/

Polished dark-themed architecture & flowchart diagrams rendered as a single self-contained HTML file.

  • CSS Grid layouts β€” no SVG, no framework
  • Anthropic brand palette Β· semantic color tokens
  • Built-in PNG / PDF export toolbar
  • Two layouts: architecture (tiered) Β· flowchart (sequential)

Trigger phrases

"draw a system / architecture diagram" "show me the request flow" "make a flowchart of …" "diagram the deployment pipeline"

πŸ—‚οΈ Skill layout

Every skill in this repo follows the same shape:

<skill-name>/
β”œβ”€β”€ SKILL.md          # frontmatter + invocation rules
β”‚                     # ↑ the harness reads ONLY this to decide when to trigger
└── resources/        # templates, reference docs, anything the skill loads at runtime

The description field in SKILL.md's frontmatter is what gets matched against user intent. Make it specific and pack it with trigger phrases β€” not marketing copy.

🧭 Conventions

  • 🎨 Semantic over decorative β€” colors map to roles (frontend / backend / storage / API / boundary), not aesthetics
  • πŸ”’ Self-contained outputs β€” generated artifacts should render from file:// with no dev server
  • ⚠️ Honesty rules β€” diagrams and outputs flag illustrative vs. confirmed detail; never fabricate to look complete
  • πŸ“ One source of truth per spec β€” when tokens are duplicated across files for self-containment, keep them in sync

Full authoring notes live in CLAUDE.md.


Curated by @Oliver Β· Quality bar: would I use this on a Monday morning?

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages