Agents Skills
Description
Persönliche, portierbare Agent-Skills (Agent-Skills-Spec, .agents/skills): ui-review, codegraph-project-setup und agent-config. Zentrale Quelle für eigene Skills — global registriert via OpenCode skills-Array, kein Skill mehr in Einzelprojekten.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agents-skills
**Persönliche Agent-Skills (OpenCode & Co.) — portabel über die Agent-Skills-Spec.**
Zentrales, versioniertes Repo für alle **eigenen** Skills. Kein Skill lebt mehr in einem Einzelprojekt — hier ist die einzige Quelle. Registriert via globalem `skills`-Array in `~/.config/opencode/opencode.jsonc` → verfügbar in **jedem** Projekt.
Struktur
agents-skills/
├── .agents/skills/ ← Agent-Skills-Spec-Struktur (portabel für OpenCode, Claude Code, …)
│ ├── agent-config/ ← Globales Setup: opencode.jsonc, MCP, Skills-Registrierung
│ ├── codegraph-project-setup/ ← Bootstrap: codegraph init + Pre-Commit-Hook + AGENTS.md
│ ├── model-updater/ ← Modell-Empfehlungen gegen ocgo/cc Preis-Tracker (UPDATE/KEEP)
│ ├── permissions/ ← Security-Policy: username isolation, secrets, macOS privacy, .env
│ ├── vision-agents/ ← 3 locked-down vision subagents: technical / creative / document
│ └── ui-review/ ← Playwright-Screenshot-Loop + Vision-Analyse
└── .githooks/pre-commit ← CodeGraph-Index-Sync vor jedem Commit (fails open)
Installation / Registrierung (einmalig pro Maschine)
git clone git@github.com:reisi007/agents-skills.git ~/dev/agents-skills
# ~/.config/opencode/opencode.jsonc
"skills": ["/Users//dev/agents-skills/.agents/skills"],
Danach in **jeder** OpenCode-Session verfügbar. Einzelheiten & MCP-CodeGraph: siehe Skill `agent-config`.
Skills erweitern
# Neuer Skill
mkdir -p .agents/skills//
# SKILL.md mit Frontmatter (name + description), kebab-case-ID = Ordnername
git add -A && git commit && git push
Keine Config-Änderung nötig — das Verzeichnis ist bereits registriert.
Ownership-Regeln
| Skills | Ort |
|---|---|
| Eigene Skills | hier (agents-skills/.agents/skills/) |
| Offizielle/Third-Party-Packs (daisyui, find-skills, stripe-*) | dort, wo der Installer sie platziert |
| Projekt-spezifische Skills (nx-*, blog-beitrag, testimonial) | im |
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing