By tartinerlabs
Automate GitHub workflows including branch creation, conventional commits, PRs, and issue management. Audit and refactor JS/TS code for security vulnerabilities, dead code, Tailwind anti-patterns, project structure, and dependencies. Set up linting, testing, CI/CD pipelines, and supply chain hardening without overwriting configs.
npx claudepluginhub tartinerlabs/skills --plugin tartinerlabsUse when committing changes, staging files, saving work, or making a git commit. Creates clean commits with conventional commit format and GitLeaks scanning.
Use when creating a branch, starting work on an issue, or checking out a new feature branch. Validates branch naming and links to GitHub issues automatically.
Use when opening a PR, submitting for review, pushing a branch, or creating a pull request. Pushes and creates GitHub PRs with auto-assignment and description.
Use when hardening npm supply chain, pinning dependency versions, adding .npmrc security flags, or setting up Renovate and audit workflows. Locks down install-time scripts, registries, version ranges, and CI checks.
Use when adding CI/CD, creating workflows, auditing GitHub Actions, or fixing action pinning. Creates and audits workflows for SHA pinning and permissions.
Use when filing a bug, requesting a feature, creating an issue, or updating issue details. Manages GitHub issues with templates, formatting, and auto-assignment.
Use when reviewing file names, renaming files, fixing naming conventions, or auditing exports. Enforces consistent casing and suffix patterns.
Use when deciding where code should live, organising files, or auditing project structure. Checks colocation, grouping, and directory anti-patterns.
Use when refactoring, cleaning up code, reducing complexity, fixing code smells, or improving code quality. Audits TS/JS for dead code, nesting, and patterns.
Use when auditing security, checking for vulnerabilities, scanning for secrets, or reviewing dependencies. OWASP Top 10 audit with GitLeaks and dependency checks.
Use when setting up a project, adding linting, formatting, git hooks, or TypeScript. Installs Biome, Husky, commitlint, lint-staged, and GitLeaks for JS/TS.
Use when writing Tailwind classes, fixing spacing issues, reviewing CSS, or auditing Tailwind patterns. Enforces v4 best practices for grid and responsive.
Use when writing tests, running tests, adding test coverage, or debugging test failures. Unit and component testing with Vitest and React Testing Library.
Use when updating docs, syncing CLAUDE.md or README.md, fixing stale documentation, or refreshing project rules and skills. Keeps docs aligned with code changes.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimA caring skill pack for vibe coders. Encodes engineering discipline — refactor verification, minimal security audit, repo rot detection, AI-friendly docs, CI/CD basics, secrets lifecycle, project conventions, repo bloat diagnosis, and design-system unification — as a set of portable agent skills.
AI-powered git automation - Intelligent git skills that streamline version control workflows with .gitignore generation, commit-push-PR workflow, and more
Enforce conventional commits, conventional comments, and engineering ownership for commits, PRs, and code reviews
Automated code review, security scanning, and quality enforcement
Editorial "Essentials" bundle for Claude Code from Antigravity Awesome Skills.
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Powertools for coding agents: git workflows, GitHub automation, code quality, and project tooling. Each skill ships with modular, independently editable rules for deep, opinionated guidance.
rules/ directories. Rules can be added, removed, or edited independently without touching the main skill logic.security, github-actions, tailwind, and refactor produce structured severity-graded reports, then auto-fix issues.commit, security, and setup skills all enforce GitLeaks secret detection as a first-class concern.Install the plugin for your agent, then invoke skills through that agent's native skill or command interface.
| Skill | Description |
|---|---|
| commit | Clean git commits with conventional commit detection and GitLeaks secret scanning |
| create-branch | Create and checkout a branch with naming validation and GitHub issue linking |
| Skill | Description |
|---|---|
| create-pr | Push branch and create a pull request with structured description and auto-assignment |
| github-issues | Create, update, query, and comment on GitHub issues with MCP |
| github-actions | Create and audit GitHub Actions workflows with SHA pinning, permissions, and caching checks |
| Skill | Description |
|---|---|
| deps | Harden npm supply chain with .npmrc flags, version pinning, Renovate config, and CI audit workflows |
| refactor | Audit and refactor TypeScript/JavaScript code for dead code, deep nesting, type assertions, and design patterns |
| security | OWASP Top 10 security audit with GitLeaks secret detection and dependency vulnerability scanning |
| tailwind | Audit and fix Tailwind CSS v4 anti-patterns for spacing, 8px grid, mobile-first, and GPU animations |
| testing | Write and run tests with Vitest and React Testing Library for JS/TS projects |
| Skill | Description |
|---|---|
| setup | Add Biome, Husky, commitlint, lint-staged, GitLeaks, and TypeScript to JS/TS projects |
| project-structure | Audit project directory structure for colocation, grouping, and anti-pattern detection |
| naming-format | Audit and fix filename and export naming conventions for consistency |
| update-project | Update and maintain CLAUDE.md, README.md, agents, skills, and rules to match current project state |
Agents invoke skills autonomously with an isolated worktree. Invoke with claude agent run <name>.
| Agent | Description |
|---|---|
| deps | Autonomous supply chain hardening — runs the deps skill in an isolated worktree and outputs a structured summary |
claude plugin install tartinerlabs/skills
This repository includes repo-scoped Codex plugin metadata in .codex-plugin/plugin.json and .agents/plugins/marketplace.json.
To use it in Codex:
tartinerlabs from the repo marketplaceThis repository includes Cursor plugin metadata in .cursor-plugin/plugin.json and .cursor-plugin/marketplace.json.
For local development, install the plugin with Cursor's plugin flow or copy the repository into Cursor's local plugin directory:
mkdir -p ~/.cursor/plugins/local
ln -s "$(pwd)" ~/.cursor/plugins/local/tartinerlabs