Skip to content

wellmaintained/skills

Repository files navigation

Well Maintained Skills

Skills for Claude Code.


Available Skills

See SKILLS.md for a complete guide to all skills available in this marketplace, including:

  • When Claude automatically uses each skill
  • Example queries and use cases
  • Installation and setup instructions
  • Prerequisites and configuration requirements

Quick preview of available skills:

  • beads-bridge - Track multi-repo work with GitHub/Shortcut integration

Available Plugins

beads-bridge

Bridge Beads issue tracking with GitHub Projects and Shortcut for unified project visibility across multiple repositories.

Requirements:

  • Node.js >= 18.0.0
  • Beads CLI (bd) >= v0.21.3

📖 Documentation | 🚀 Quick Start


Installation

1. Add this marketplace

/plugin marketplace add wellmaintained/skills

2. Install a plugin

/plugin install beads-bridge@wellmaintained

Development

This repository uses just as a command runner for development tasks.

Usage

View all available commands:

just
# or
just --list

Common commands:

# Validation and checks
just validate              # Validate all JSON schemas
just check-versions        # Check version consistency
just check                 # Run all root-level checks

# Beads-bridge plugin
just build-bridge          # Build the plugin
just test-bridge           # Run tests
just dev-bridge            # Watch TypeScript compilation
just qa-bridge             # Run all quality checks (lint + type-check + test)

# Combined workflows
just ci                    # Full CI check (validate + build + test)
just install-all           # Install all dependencies

See the Justfile for all available commands.


Contributing

Schema Validation

This repository uses JSON schemas to validate plugin configurations. Before submitting changes to marketplace.json or plugin.json files, validate them locally:

# Validate all schemas (recommended)
npm run validate

# Or validate individually
npm run validate:marketplace
npm run validate:plugins

See schemas/README.md for detailed documentation on schema validation.

Pre-commit Hook (Optional)

Set up automatic validation before commits:

cat > .git/hooks/pre-commit <<'EOF'
#!/bin/bash
exec bash scripts/validate-schemas.sh
EOF

chmod +x .git/hooks/pre-commit

Releases

This repository uses automated releases powered by semantic-release.

For contributors:

Version bump rules:

Commit Type Version Bump Example
fix: Patch (1.0.0 → 1.0.1) Bug fixes and corrections
feat: Minor (1.0.0 → 1.1.0) New features and enhancements
feat!: or BREAKING CHANGE: Major (1.0.0 → 2.0.0) Breaking changes

License

Individual plugins are licensed under their respective licenses (see each plugin's LICENSE file).

This marketplace is MIT licensed. See LICENSE.


Made by 🤖, overseen by 👨🏻‍💻

About

Skills for LLM agents useful for building & running software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5