* feat: add multi-tool conversion scripts (7 tools) - convert.sh: converts 156 skills to Antigravity, Cursor, Aider, Kilo Code, Windsurf, OpenCode, Augment formats - install.sh: installs converted skills to each tool's expected location - Pure bash/awk, no external deps, macOS + Linux compatible - Per-tool README with install/verify/update docs - integrations/ added to .gitignore (generated output) * docs: add multi-tool conversion to README - New section documenting Cursor, Aider, Kilo Code, Windsurf, OpenCode, Augment support - Install commands for each tool - Link to integrations/ for per-tool docs - Quick start: convert.sh + install.sh workflow --------- Co-authored-by: Leo <leo@openclaw.ai>
43 lines
789 B
Plaintext
43 lines
789 B
Plaintext
# 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/
|
|
|
|
# MkDocs build output
|
|
site/
|
|
.playwright-mcp/
|
|
# Generated integration files (regenerate with ./scripts/convert.sh)
|
|
integrations/
|