Files
Wayne Sutton a32027ba88 Add npm package support and publish to @waynesutton/convex-skills
- Add package.json with npm configuration
- Add CLI tool for installing skills (bin/cli.js)
- Add index.js for programmatic access
- Add .npmignore to exclude dev files
- Update README with npm installation instructions
2026-01-15 14:36:56 -08:00

22 lines
225 B
Plaintext

# Development files
.cursor/
.claude/
.claude-plugin/
.opencode/
prds/
# Git
.git/
.gitignore
# Documentation (not needed in package)
docs.md
files.md
task.md
changelog.md
CONTRIBUTING.md
# Local files
*.log
node_modules/