mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-09-10 22:41:16 +00:00
Install the loop-library skill from Forward-Future/loop-library into the repo, preserving the upstream skill folder exactly. SKILL.md, agents/openai.yaml, references/discover.md, and references/audit.md are byte-for-byte copies of upstream (skills/loop-library/). Adds the MIT LICENSE and a provenance README. The published loops themselves are served live from the database-backed catalog (catalog.md / catalog.json) and are intentionally not committed to Git upstream; the skill fetches them at runtime as the single source of truth. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KEJH6wwyaEs1d6AAca2HLR
4 lines
249 B
YAML
4 lines
249 B
YAML
interface:
|
|
display_name: "Loop Library"
|
|
short_description: "Discover and design reliable agent loops"
|
|
default_prompt: "Use $loop-library to find repeated work in my codebase or coding threads and turn the best candidate into a reliable loop."
|