skills

agent
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 5 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

A curated collection of Agent Skills for Claude Code and compatible agents.

README.md

skills

A curated collection of Agent Skills for
Claude Code (and other agents that follow the same SKILL.md convention).

Each subfolder under skills/ is one self-contained skill: a SKILL.md with YAML
frontmatter (name + description) plus any supporting references, scripts, or assets the skill
needs at runtime.

Skills

Skill What it does
college-coach Coaches Taiwanese university students through exams, papers, course selection, weekly rhythm, and slumps — situation-indexed playbooks built from the 75 strategies in Cal Newport's How To Win At College, localized to Taiwan's academic system (加退選、停修、書卷獎、推甄).
complete-test-code Writes, audits, and hardens test code with SQLite-grade rigor — fuzzing, property/differential/metamorphic testing, fault injection, mutation testing, coverage — right-sized to each component's blast radius.
opencode-review Runs a local, headless multi-model "reviewer committee" over your local diff before a PR is opened, and returns a consolidated report to act on.
nerdy-jokes Delivers one well-placed programming or STEM one-liner (English or 繁中) at transition moments — after a bug fix, green tests, or a clean resolution — drawn from a 700-joke tagged collection.
stern-logs Drives stern to read Kubernetes pod logs without hanging the agent — bounded --no-follow invocations, pod/resource selection, crash-loop and cross-namespace recipes, plus the full flag and Go-template reference.

Layout

skills/
  <skill-name>/
    SKILL.md          # required: frontmatter (name, description) + instructions
    references/       # optional: deep-dive docs the skill loads on demand
    scripts/          # optional: executable helpers
    assets/           # optional: checklists, templates, etc.

Using a skill

Claude Code — drop a skill folder into your skills directory so the agent can discover it:

# personal (all projects)
cp -R skills/complete-test-code ~/.claude/skills/

# or per-project
cp -R skills/complete-test-code .claude/skills/

Then the skill is invoked automatically when its description matches what you ask for, or
explicitly via its name.

Other agents that support the SKILL.md standard (OpenCode, Cursor, Cline, …) can consume these
folders directly or via tooling such as npx skills add.

Contributing

New skills are welcome — see CONTRIBUTING.md for the folder layout,
SKILL.md conventions, and how to bundle third-party content.

License

MIT.

The file-type review checklists under
skills/opencode-review/prompts/rules/ — except go.md,
which is original — are unmodified, verbatim copies from Alibaba's
open-code-review (Copyright 2026 Alibaba, Apache-2.0).
A copy of the Apache-2.0 license travels with them as
rules/LICENSE; see
ATTRIBUTION.md in that directory for details.

Reviews (0)

No results found