Open-source marketplace for AI Agent skills. Features: - Next.js 15 web app with i18n (en/fa) - CLI tool for skill installation (npx skillhub) - GitHub crawler/indexer with multi-strategy discovery - Security scanning for all indexed skills - Self-hostable with Docker Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
53 lines
618 B
Plaintext
53 lines
618 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
# scripts/ uses npm separately, we use pnpm
|
|
scripts/package-lock.json
|
|
|
|
# Build outputs
|
|
dist
|
|
.next
|
|
.turbo
|
|
*.tsbuildinfo
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Tauri
|
|
apps/desktop/src-tauri/target
|
|
|
|
# Database
|
|
*.sqlite
|
|
*.db
|
|
drizzle/*.sql
|
|
*.dump
|
|
data/backups/
|
|
|
|
# Claude Code
|
|
.claude/skills/
|
|
.claude/settings.local.json
|
|
# Keep agents and council_reasoning.md in version control:
|
|
# !.claude/agents/
|
|
# !.claude/council_reasoning.md
|
|
.claude/settings.json
|