Skip to content

anthuanvasquez/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

Repository to hold standardized guidance, agent rules, and scaffold templates for applying AI agents (Google Antigravity, Google Gemini & OpenCode) safely and productively in engineering workflows.

Quick Start

Initialize a new project with the agents configuration using the following command:

curl -fsSL https://raw.githubusercontent.com/anthuanvasquez/skills/main/install.sh | bash

This will prompt you for a project name and configure Google Antigravity, OpenCode and Google Gemini automatically.

Available Skills

Core Workflow & Automation

Skills focused on the development lifecycle and git automation.

Skill Description
Brainstorming Socratic questioning protocol for complex requests and new features.
Branch PR Pull Request creation workflow following the issue-first system.
Changelog Generator Automated customer-facing release notes from commit history.
Git Commit Conventional commits with intelligent staging and message generation.
Issue Creation GitHub issue creation workflow (Bug Reports, Feature Requests).
SDD Suite Full Spec-Driven Development flow (Init, Explore, Propose, Spec, Design, Tasks, Apply, Verify, Archive).
Skill Registry Scans and generates project skill registry for orchestrator access.
Second Brain Architect Expert guidance for notes taking and knowledge generation.

Engineering Standards

Deep technical expertise for building robust and scalable systems.

Skill Description
Systematic Debugging Professional root-cause analysis and debugging protocol.
API Design Principles REST and GraphQL best practices for maintainable APIs.
Error Handling Patterns Resilient error propagation and graceful degradation strategies.
TypeScript Expert Type-level programming, performance, and modern tooling mastery.
Perfect Code Review Structured pull request code review using the PERFECT framework.

Design & Frontend

Building premium user interfaces and high-performance applications.

Skill Description
Interface Design Expert guidance for dashboards, admin panels, and interactive tools.
Tailwind Design System Scalable UI patterns with Tailwind CSS v4 and design tokens.
React Best Practices Vercel-grade performance optimization for React and Next.js.

Available Workflows

Commands to streamline common development tasks.

Command Description
/brainstorm Structured Idea Exploration
/commit Create Atomic Commits
/create Create Application
/debug Systematic Problem Investigation
/deploy Production Deployment
/enhance Update Application
/orchestrate Multi-Agent Orchestration
/plan Project Planning Mode
/preview Preview Management
/status Show Status
/test Test Generation and Execution

Test

docker build -t test-skills-installer .
docker run -it -v $(pwd):/home/testuser/skills test-skills-installer bash

License

MIT

About

Standardized guidance, agent rules, and scaffold templates for applying AI agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors