Skip to content

TheJedinator/ai-skills

Repository files navigation

AI Skills Plugin Marketplace

A Claude Code plugin marketplace providing skills that extend Claude's capabilities with specialized knowledge and workflows.

Available Plugins

django-models

Navigate and understand Django models in any codebase. Provides:

  • Model discovery patterns using Grep/Glob/Read
  • Field types quick reference
  • Relationship navigation strategies
  • Common query patterns
  • Financial domain business logic (accounting, payments, banking, FX)

git-town

Automate Git workflows with Git Town. Provides:

  • Feature branch creation with git town hack
  • Stacked PR workflows with git town append
  • Branch syncing with git town sync
  • PR creation with git town propose
  • Branch lineage tracking and management
  • Comprehensive guidance on when to use git town vs manual git commands

torvalds-stallman

Sardonic, Socratic code reviewer that pressure-tests design decisions. Provides:

  • Design-level critique of naming, abstractions, and architecture
  • Logic correctness analysis and edge case detection
  • Performance review (N+1 queries, hot path analysis)
  • Test quality assessment (coverage gaps, mock depth, parameterization)
  • Systems thinking critique (coupling, downstream implications)
  • Runs as an autonomous agent with read-only codebase analysis

Installation

1. Add the Marketplace

/plugin marketplace add TheJedinator/ai-skills

2. Install a Plugin

# Install for all projects (user scope)
/plugin install django-models@ai-skills
/plugin install git-town@ai-skills

# Or install for current project only
claude plugin install django-models@ai-skills --scope project
claude plugin install git-town@ai-skills --scope project

Plugin Structure

This marketplace follows the Claude Code plugin format:

ai-skills/
├── .claude-plugin/
│   └── marketplace.json        # Marketplace manifest
└── django-models/              # Plugin
    ├── .claude-plugin/
    │   └── plugin.json         # Plugin manifest
    └── skills/
        └── django-models/
            ├── SKILL.md        # Main skill file
            └── references/     # On-demand reference material

Contributing

To add a new plugin:

  1. Create a plugin directory at the root (e.g., my-plugin/)
  2. Add .claude-plugin/plugin.json with name, version, description
  3. Add your skills under skills/ within the plugin
  4. Update marketplace.json to include your plugin
  5. Submit a PR

License

MIT License - see LICENSE

About

Custom Skills for AI Agents to use

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors