mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
- CHANGELOG: [Unreleased] section for the agent-launcher domain (PR #961, merged 2026-08-21) - 8-phase plugin audit: PASS WITH WARNINGS — structure 84.8-91.3 (orchestrator EXCELLENT), security 0 critical/high across all 6 sub-skills, 18/18 scripts PASS - audit auto-fixes: per-sub-skill READMEs (6), SKILL.md versions aligned to the 2.11.2 normalization from the merge, removed untracked scripts/my-agent/ test debris (the one real security finding), my-agent/ added to .gitignore so user launch artifacts can never be committed - PUBLISH-CLAWHUB.md: publish order, slug-conflict fallbacks (cs- prefix registry- only), 5-skills/hour drip constraint Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012FwXG6TqCXKZQvF4iD69cv
76 lines
1.9 KiB
Text
76 lines
1.9 KiB
Text
# IDE and OS
|
|
.vscode
|
|
.DS_Store
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# Specific archive exclusions (NOT all .zip - skill packages are intentional)
|
|
medium-content-pro.zip
|
|
v1-10-2025-medium-content-pro.zip
|
|
|
|
# Project-specific exclusions
|
|
AGENTS.md
|
|
PROMPTS.md
|
|
medium-content-pro/
|
|
medium-content-pro 2/
|
|
documentation/GIST_CONTENT.md
|
|
documentation/implementation/*__pycache__/
|
|
ARTICLE-FEEDBACK-AND-OPTIMIZED-VERSION.md
|
|
CLAUDE-CODE-LOCAL-MAC-PROMPT.md
|
|
CLAUDE-CODE-SEO-FIX-COPYPASTE.md
|
|
GITHUB_ISSUE_RESPONSES.md
|
|
AUDIT_REPORT.md
|
|
# Archive folder (historical/backup files)
|
|
archive/
|
|
|
|
# Custom GPT configurations (private — instructions not publicly exposed)
|
|
custom-gpt/*-gpt.md
|
|
|
|
# MkDocs build output
|
|
site/
|
|
.playwright-mcp/
|
|
# Generated integration files (regenerate with ./scripts/convert.sh)
|
|
integrations/
|
|
documentation/implementation/craighewitt-mattpocock-reimplementation-plan.md
|
|
medium/
|
|
|
|
# === Internal dev artifacts (maintainer-only — hidden from cloners) ===
|
|
# Sprint plans, strategy docs, implementation roadmaps, audits
|
|
documentation/
|
|
|
|
# Tessl evaluation outputs (includes anthropic-skill-creator third-party clone
|
|
# and per-version trigger-eval workspaces, e.g. eval-workspace/v2.8.0-trigger-eval/)
|
|
eval-workspace/
|
|
|
|
# Pre-skill draft specs (Path-B source material)
|
|
megaprompts/
|
|
|
|
# Pytest suite (maintainer quality gate; not user-consumable)
|
|
tests/
|
|
|
|
# Autoresearch agent workspace
|
|
.autoresearch/
|
|
.idea/
|
|
|
|
# human-gate generated artifacts (review pages + local gate state).
|
|
# The review page is a disposable viewing surface rebuilt on every `open`;
|
|
# the sidecar (<artifact>.review.md) is deliberately NOT ignored — it is the
|
|
# reviewer's feedback and belongs next to the artifact in git.
|
|
*.review.html
|
|
.human-gate/
|
|
|
|
# agent-launcher user output folders (goal.json, payloads, launch.sh live here)
|
|
my-agent/
|
|
my-agent-*/
|