🎯

using-superpowers

🎯Skill

from poletron/custom-rules

VibeIndex|
What it does

Enhances AI coding capabilities by providing advanced context-aware code generation techniques and intelligent problem-solving strategies.

πŸ“¦

Part of

poletron/custom-rules(127 items)

using-superpowers

Installation

npxRun with npx
npx @poletron/ruleset add
πŸ“– Extracted from docs: poletron/custom-rules
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Antigravity Custom Rules Library

> A portable, high-performance library of AI coding rules, workflows, and skills designed to supercharge agentic assistance.

[![License](https://img.shields.io/badge/license-CC0--1.0-blue.svg)](LICENSE)

[![Antigravity](https://img.shields.io/badge/agent-Antigravity-orange.svg)](#)

[![NPM](https://img.shields.io/npm/v/@poletron/ruleset)](https://www.npmjs.com/package/@poletron/ruleset)

This repository serves as a centralized "Gold Standard" for coding practices, architecture patterns, and operational workflows.

πŸš€ Quick Start

In any project (new or existing), simply run:

```bash

npx @poletron/ruleset add

```

This interactive wizard will:

  1. Initialize your configuration (ruleset.json).
  2. Help you select Skills (React, TypeScript, Docker, etc.) or Presets (Frontend, Backend, etc.).
  3. Automatically link the rules into your .agent/ folder using Symlinks (keeping your repo clean).

πŸ—οΈ Repository Structure

This monorepo contains both the source of intelligence (rules) and the tooling to distribute it (CLI).

```text

poletron-knowledge/

β”œβ”€β”€ packages/

β”‚ └── cli/ # The @poletron/ruleset CLI tool

β”œβ”€β”€ rules/ # The Intelligence Layer

β”‚ β”œβ”€β”€ 00-orchestrator.md # MASTER ROUTER (Always Active)

β”‚ β”œβ”€β”€ 01-base-protocol.md # Universal Standards

β”‚ └── roles/ # The Squad (Dynamic Personas)

β”œβ”€β”€ workflows/ # Procedural Guides (e.g., feature-dev, release-flow)

└── skills/ # Modular Knowledge & Tools (60+ skills)

β”œβ”€β”€ react/

β”œβ”€β”€ typescript/

β”œβ”€β”€ docker/

└── ...

```

🧠 Orchestrator & Squad

This library uses a dynamic role-switching architecture defined in .agent/rules/.

| Intent | Active Role | Focus |

|--------|-------------|-------|

| Requirements / Business | πŸ‘” Product Manager | ROI, User Stories, Scope |

| System Design / DB | πŸ—οΈ Architect | Scalability, Diagrams, Data Models |

| Coding / Implementation | πŸ‘“ Tech Lead | Clean Code, SOLID, Refactoring |

| Security / Audit | πŸ›‘οΈ Security Eng | IAM, OWASP, Prowler |

| Deploy / Logs / Action | πŸš’ SRE / DevOps | Observability, Stability, RCA |

| Testing / Verification | πŸ§ͺ QA Engineer | E2E, Edge Cases, Bugs |

The Orchestrator (00-orchestrator.md) automatically detects these intents and routes the query to the correct expert.

🀝 Contributing

  1. Add a Skill: Create a new folder in skills/ using the skill-creator template.
  2. Update Rules: Modify markdown files in rules/.
  3. Publish: The CLI package in packages/cli is published to NPM to distribute these updates.
  4. References: See rules/rule-creation.md for guidelines.

πŸ“ License

CC0 1.0 Universal (Public Domain Dedication). See [LICENSE](LICENSE).

More from this repository10

🎯
trpc🎯Skill

Generates type-safe, fully-typed API routes and client interfaces for tRPC, enabling seamless end-to-end typesafe communication between TypeScript backends and frontends.

🎯
ui-ux-pro-max🎯Skill

Generates comprehensive, production-ready UI/UX design specifications and component implementations with advanced design system and accessibility considerations.

🎯
react-patterns🎯Skill

Provides intelligent, context-aware code generation and refactoring recommendations for React components, following best practices and design patterns.

🎯
react🎯Skill

Provides intelligent React-specific code generation, best practices, component structuring, and architectural guidance for React projects.

🎯
clean-code🎯Skill

Enforces coding best practices by automatically detecting and suggesting refactoring opportunities for improving code quality, maintainability, and adherence to SOLID principles.

🎯
react-19🎯Skill

Generates and validates React 19 component patterns, ensuring best practices and compatibility with the latest React framework features.

🎯
zustand-5🎯Skill

Generates optimized Zustand state management configurations and boilerplate for React applications with advanced performance and modularity considerations.

🎯
nextjs-15🎯Skill

Provides advanced Next.js 15 configuration and best practice guidelines for optimizing server-side rendering, routing, and performance in modern web applications.

🎯
tailwind-patterns🎯Skill

Generates and recommends optimal Tailwind CSS utility class combinations and design patterns for consistent and efficient styling across web components.

🎯
nextjs-supabase-auth🎯Skill

Implements secure authentication and user management for Next.js applications using Supabase, providing seamless login, signup, and session handling.