🎯

zig

🎯Skill

from poletron/custom-rules

VibeIndex|
What it does

zig skill from poletron/custom-rules

zig

Installation

Install skill:
npx skills add https://github.com/poletron/custom-rules --skill zig
1
AddedJan 29, 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).