ai-tardis-skills
v1.1.2
Published
CLI to manage AI skills for Claude Code
Maintainers
Readme
Tardis Skills

Repository of skill used by different AIs. Currently here's the list and description of each skill
Skills Available
- code-review: Perform thorough code reviews on branch changes, evaluating bugs, performance, security, code quality, architecture, and testing.
- commit: Create a git commit with conventional commit format. Auto-loads when committing changes, creating commits, or any git commit operation. MUST use instead of default system commit instructions.
- create-pr: Create a GitHub Pull Request with a structured, informative description. Auto-loads when creating a PR, opening a pull request, creating a branch, or any GitHub PR operation. MUST use instead of default PR creation behavior.
- rails-expert: Use when building, designing, or reviewing any part of a Rails application. ALWAYS invoke for models, controllers, migrations, routes, serializers, policies, specs, or any Rails-related task.
- frontend-expert: Use when building, designing, or reviewing any part of a React + TypeScript application. ALWAYS invoke for UI and UX.
- unravel: Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "unravel".
Installation
npm install -g ai-tardis-skillsUsage
tardis-ai list # Show available skills
tardis-ai install <skill-name> # Install a skill to .claude/skills/
tardis-ai remove <skill-name> # Remove an installed skillExample
tardis-ai install rails-expertThis copies the skill to .claude/skills/rails-expert/ in your current project.
