pau-vega

23 mods across 1 repository, 2 stars between them.

Devkit-AI

01

pau-vega/Devkit-AI

Plugin Claude Code

Reusable skills, agents, and hooks for TypeScript development, installable into Claude Code, Cursor, or OpenCode.

2 16d ago A tokens not measured original MIT

Devkit-AI

02

pau-vega/Devkit-AI

Settings file Claude Code

Agent settings configuring enabledPlugins.

2 16d ago A tokens not measured original MIT

Devkit-AI AGENTS.md

03

pau-vega/Devkit-AI

Instructions file CodexOpenCode

Instructions for pau-vega/Devkit-AI: For additional context about technologies to be used, project structure, shell commands, and other important information, read the current plan.

2 16d ago A 37 tokens copy · 100% MIT

Devkit-AI CLAUDE.md

04

pau-vega/Devkit-AI

Instructions file

Instructions for pau-vega/Devkit-AI, covering project notes, project overview, repository structure, how to test locally and architecture.

2 16d ago A 2,341 tokens original MIT

commit-commands

05

pau-vega/Devkit-AI

Plugin Claude Code

Streamline git workflow with /commit, /commit-push-pr, and /clean-gone commands.

2 16d ago A tokens not measured original MIT

clean-gone-agent

06

pau-vega/Devkit-AI

Agent

Cleans up local branches that have been deleted from the remote repository (marked as [gone]). Removes associated worktrees before deleting branches. Context: User wants to clean up stale local branches user: "/clean-gone" assistant: "I'll use the clean-gone-agent to remove stale branches." User running /clean-gone…

2 16d ago A 149 tokens original MIT

commit-agent

07

pau-vega/Devkit-AI

Agent

Creates a git commit with an automatically generated commit message based on staged and unstaged changes. Reviews diff, examines recent commit history to match repo style, stages files, and creates the commit. Context: User wants to commit their changes user: "/commit" assistant: "I'll use the commit-agent to stage…

2 16d ago A 147 tokens original MIT

pau-vega/Devkit-AI

Agent

Complete workflow agent that commits changes, pushes to a remote branch, and creates a pull request. Handles branch creation, commit message generation, and PR description with summary and test plan. Context: User wants to commit, push, and open a PR user: "/commit-push-pr" assistant: "I'll use the…

2 16d ago A 170 tokens original MIT

clean-gone

09

pau-vega/Devkit-AI

Command

Clean up local branches that have been deleted from the remote repository.

2 16d ago A 16 tokens original MIT

commit-push-pr

10

pau-vega/Devkit-AI

Command

Complete workflow — commit, push, and create a pull request in one step.

2 16d ago A 20 tokens original MIT

commit

11

pau-vega/Devkit-AI

Command

Create a git commit with an automatically generated message based on staged and unstaged changes.

2 16d ago A 18 tokens original MIT

git-conventions

12

pau-vega/Devkit-AI

Skill Claude CodeCodex

Git workflow conventions for committing, branching, and PRs. Covers commit message style, branch naming, and PR structure. Consult when creating commits or pull requests in any project.

2 16d ago A 39 tokens original MIT

jsdoc-standards

13

pau-vega/Devkit-AI

Plugin Claude Code

JSDoc documentation standards with three enforcement levels (Minimal, Standard, Strict), automatic warnings, and on-demand review.

2 16d ago A tokens not measured original MIT

jsdoc-reviewer

14

pau-vega/Devkit-AI

Agent

Reviews TypeScript code for JSDoc documentation compliance across three enforcement levels (Minimal, Standard, Strict). Use this agent when reviewing JSDoc quality or auditing documentation coverage. Context: User wants to check JSDoc coverage in their project user: "Review my JSDocs" assistant: "I'll dispatch the…

2 16d ago A 224 tokens original MIT

jsdoc-review

15

pau-vega/Devkit-AI

Command

Review TypeScript files for JSDoc compliance at a specified enforcement level. This skill should be used when the user runs "/jsdoc-review", "/jsdoc-review minimal", "/jsdoc-review standard", or "/jsdoc-review strict".

2 16d ago A 52 tokens original MIT

PreToolUse

16

pau-vega/Devkit-AI

Hook

Runs before the agent uses a tool for Write and Edit tool calls, executing warn-missing-jsdoc.sh via bash. From pau-vega/Devkit-AI.

2 16d ago A tokens not measured original MIT

jsdoc-conventions

17

pau-vega/Devkit-AI

Skill Claude CodeCodex

TypeScript JSDoc documentation conventions with three enforcement levels (Minimal, Standard, Strict). This skill should be used when the user asks to "add JSDoc", "document this code", "add documentation", "write JSDocs", "improve documentation", "set JSDoc level", "which JSDoc level", or when applying JSDoc…

2 16d ago A 102 tokens original MIT

pau-vega/Devkit-AI

Plugin Claude Code

Set up automated semantic versioning, changelogs, and per-package publishing in a pnpm/Turbo monorepo using googleapis/release-please-action v4.

2 16d ago A tokens not measured original MIT

pau-vega/Devkit-AI

Skill Claude CodeCodex

Set up automated semantic versioning, changelogs, and per-package publishing in a pnpm/Turbo monorepo using googleapis/release-please-action v4. Use when the user asks to "add release please", "automate releases/versioning", "publish packages on push to main", "set up release-please in a monorepo", or wants…

2 16d ago A 127 tokens original MIT

typescript-rules

20

pau-vega/Devkit-AI

Plugin Claude Code

TypeScript coding conventions with automatic validation, review command, and reviewer agent.

2 16d ago A tokens not measured original MIT

ts-reviewer

21

pau-vega/Devkit-AI

Agent

Reviews TypeScript code for rule compliance, suggests refactorings aligned with conventions (e.g. & to interface extends), and detects bugs, logic issues, and opportunities for stricter typing. Use when reviewing TypeScript code quality. Context: User wants to check their TypeScript code against conventions user…

2 16d ago A 166 tokens original MIT

ts-review

22

pau-vega/Devkit-AI

Command

Run a full TypeScript code review against project conventions.

2 16d ago A 13 tokens original MIT

pau-vega/Devkit-AI

Skill Claude CodeCodex

TypeScript coding conventions for any TS project. Covers types & interfaces (interface extends over &, discriminated unions, no enums), functions & error handling (Result types, no any, explicit return types), imports (import type, no default exports), and naming conventions. Use when writing or reviewing TypeScript…

2 16d ago A 66 tokens original MIT