fvadicamo

15 mods across 1 repository, 72 stars between them.

dev-agent-skills

01

fvadicamo/dev-agent-skills

Plugin Claude Code

Plugin marketplace listing 5 plugins: github-workflow, skill-authoring, guardrails, privacy-guard, decision-records.

72 5d ago C tokens not measured original MIT

fvadicamo/dev-agent-skills

Instructions file

Instructions for fvadicamo/dev-agent-skills, covering claude.md, project overview, architecture, key file: marketplace.json and skill anatomy.

72 5d ago A 2,701 tokens original MIT

decision-records

03

fvadicamo/dev-agent-skills

Plugin Claude Code

Creates, supersedes and validates decision records (ADRs) against the convention a collection already follows, instead of against a published spec it may never have adopted. Ships the decision-records skill: a propose-then-write flow that never rewrites an accepted record, and check-decisions.sh, a validator that…

72 5d ago A tokens not measured original MIT

decision-records

04

fvadicamo/dev-agent-skills

Skill Claude CodeCodex

Creates, supersedes and validates decision records (ADRs) against the convention a collection already follows, instead of imposing a published one. Use when the user wants to record a decision, write an ADR, supersede an existing decision, audit or lint a decisions folder, check that an ADR index is in sync, or asks…

72 5d ago A 113 tokens original MIT

github-workflow

05

fvadicamo/dev-agent-skills

Plugin Claude Code

Git commit, PR creation, review, and merge skills following Conventional Commits.

72 5d ago A tokens not measured original MIT

git-commit

06

fvadicamo/dev-agent-skills

Skill Claude CodeCodex

Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Enforces project-specific conventions from CLAUDE.md.

72 5d ago A 49 tokens original MIT

github-pr-creation

07

fvadicamo/dev-agent-skills

Skill Claude CodeCodex

Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…

72 5d ago A 75 tokens original MIT

github-pr-merge

08

fvadicamo/dev-agent-skills

Skill Claude CodeCodex

Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR, finalize PR, complete merge, approve and merge, or execute merge. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup.

72 5d ago A 72 tokens original MIT

github-pr-review

09

fvadicamo/dev-agent-skills

Skill Claude CodeCodex

Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review feedback, fix review comments, address PR review, check review status, respond to reviewer, verify PR readiness, review PR comments, analyze review feedback, evaluate PR comments, assess review suggestions, or…

72 5d ago A 95 tokens original MIT

guardrails

10

fvadicamo/dev-agent-skills

Plugin Claude Code

Safety guardrails for running Claude Code with reduced supervision. The guard-destructive PreToolUse hook matches against a normalized view of each command (heredoc bodies and comments stripped, quoted strings neutralized except interpreter arguments like ssh / sh -c / eval / su / doas), so a command that merely…

72 5d ago C tokens not measured original MIT

PreToolUse

11

fvadicamo/dev-agent-skills

Hook

Runs before the agent uses a tool for Bash tool calls, running bash. From fvadicamo/dev-agent-skills.

72 5d ago A tokens not measured original MIT

privacy-guard

12

fvadicamo/dev-agent-skills

Plugin Claude Code

Keeps private infrastructure details out of public repositories. Ships the privacy-guard skill: session rules for what must never cross the public boundary, plus a per-repo pre-commit gate built on a gitignored local denylist and gitleaks. The denylist is never committed, so the hook is a no-op for external…

72 5d ago A tokens not measured original MIT

privacy-guard

13

fvadicamo/dev-agent-skills

Skill Claude CodeCodex

Prevents private infrastructure details (node hostnames, internal project names, local usernames and personal emails, absolute home paths, private and VPN IP ranges) from leaking into public repositories through commits, PRs, docs or release artifacts. Use when working in a public or soon-to-be-public repo, before…

72 5d ago A 128 tokens original MIT

creating-skills

15

fvadicamo/dev-agent-skills

Skill Claude CodeCodex

Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, update an existing skill, or needs skill creation guidelines. Provides structure, frontmatter fields, naming conventions, and new features like dynamic context…

72 5d ago A 70 tokens copy · 86% MIT