fvadicamofvadicamoCommunityยท5 Agent Skills Included

dev-agent-skills

Structured Git, GitHub, privacy, and decision-record workflows

Standardizes commits, pull request creation, review handling, and merges with enforced checklists and Conventional Commits formatting. Blocks destructive shell commands and stops private hostnames, paths, and credentials from leaking into public repositories. Writes and validates architecture decision records against each project's own conventions, keeping indexes and statuses consistent.
npx skills add fvadicamo/dev-agent-skills --all -g -y
Available:

Explains to the AI agent how the plugin marketplace is structured, when each skill is model-invoked, and which conventions and safety rules govern commits, merges, and releases in this repository.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install dev-agent-skills?โ–ผ

Run `npx skills add fvadicamo/dev-agent-skills --all -g -y` in your terminal to install all plugins and skills globally.

How to enforce Conventional Commits with AI?โ–ผ

The git-commit skill automatically formats every commit with type, scope, and subject rules, and matches your project's existing commit style.

How to stop AI from merging PRs too early?โ–ผ

The github-pr-merge skill runs a pre-merge checklist covering tests, CI, unreplied review comments, and changelog completeness before any merge happens.

How to prevent private data leaking into public repos?โ–ผ

The privacy-guard skill adds a pre-commit hook with a local denylist that blocks hostnames, internal paths, and VPN addresses from being committed.

Does dev-agent-skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and activate automatically in Claude Code based on your natural language requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’