aureliensibiril

19 mods across 1 repository, 4 stars between them.

potion

01

aureliensibiril/potion

Plugin Claude Code

Plugin marketplace listing 1 plugin: potion-skill-generator.

4 4mo ago A tokens not measured

aureliensibiril/potion

Plugin Claude Code

Analyzes any codebase and generates a tailored skill pack — coding skills, review agents, Q&A agents, and a shared guidelines document — then keeps them evolving through continuous learning from PR reviews, team feedback, and codebase drift.

4 4mo ago A tokens not measured

potion CLAUDE.md

03

aureliensibiril/potion

Instructions file

Claude Code instructions for aureliensibiril/potion, covering claude.md, project overview, architecture, key design decisions and potion learn (continuous evolution).

4 4mo ago A 1,567 tokens

challenger

04

aureliensibiril/potion

Agent

Devil's advocate agent that argues against each finding before it is accepted into project learnings. Verifies claims against the codebase, searches for counterexamples, assesses blast radius, checks for contradictions with existing guidelines, and renders accept/reject/modify verdicts. This agent is invoked by the…

4 4mo ago A 80 tokens

doc-scanner

05

aureliensibiril/potion

Agent

Scans a codebase for all existing documentation, coding standards, and developer instructions. Discovers AI agent rules (Cursor, CLAUDE.md, Copilot), architecture decision records, style guides, convention configs, and workflow documentation. Returns a structured documentation profile. This agent is invoked by the…

4 4mo ago A 85 tokens

drift-detector

06

aureliensibiril/potion

Agent

Compares current project guidelines against actual codebase patterns to detect drift. Extracts discrete claims from guidelines, greps the codebase for evidence and counter-evidence, calculates adherence ratios, and flags divergences. Returns a structured drift report as JSON. This agent is invoked by the potion-learn…

4 4mo ago A 79 tokens

aureliensibiril/potion

Agent

Analyzes git history, branch structure, merge patterns, and PR conventions to extract the team's workflow practices. Uses git CLI and optionally GitHub/GitLab CLI for PR template and review process analysis. Returns a structured git workflow profile as JSON. This agent is invoked by the potion-skill-generator during…

4 4mo ago A 88 tokens

learnings-writer

08

aureliensibiril/potion

Agent

Synthesizes challenged findings into the .claude/learnings.md staging file and prepares merge proposals for guidelines. Handles ID assignment, deduplication against existing learnings and archives, and archive management when merges are approved. This agent is invoked by the potion-learn skill during Phase 3 (Write) …

4 4mo ago A 73 tokens

module-explorer

09

aureliensibiril/potion

Agent

Performs a deep-dive into a single codebase module to extract patterns, conventions, and architecture. Returns a structured module profile as JSON. This agent is invoked by the potion-skill-generator during Phase 2 — not meant for direct use. Covers auth modules, data pipelines, component libraries, API services…

4 4mo ago A 98 tokens

module-mapper

10

aureliensibiril/potion

Agent

Analyzes a codebase's structure to identify distinct modules, services, and packages. Returns a structured module map as JSON. This agent is invoked by the potion-skill-generator during Phase 1 — not meant for direct user use. Handles monorepos (Turborepo, Nx, Lerna), Django modular-monoliths, Rust workspaces with…

4 4mo ago A 92 tokens

pattern-synthesizer

11

aureliensibiril/potion

Agent

Synthesizes module profiles into a unified guidelines.md document. Identifies cross-cutting patterns, resolves inconsistencies, and produces the shared knowledge base for all generated skills. This agent is invoked during Phase 3. Handles consistent monorepos, mixed-language microservice architectures, and…

4 4mo ago A 99 tokens

pr-miner

12

aureliensibiril/potion

Agent

Fetches and classifies review comments from a single pull request to extract actionable conventions. Returns structured findings as JSON. This agent is invoked by the potion-learn skill during Phase 1 (Gather) — not meant for direct use. Filters bot comments, classifies human feedback into convention categories, and…

4 4mo ago A 73 tokens

pr-review-miner

13

aureliensibiril/potion

Agent

Mines merged pull request review comments from GitHub or GitLab to extract tribal knowledge: enforced conventions, common mistakes, architectural preferences, and testing expectations. Returns a structured review-patterns profile as JSON. This agent is invoked by the potion-skill-generator during Phase 2, running in…

4 4mo ago A 79 tokens

shared-synthesizer

14

aureliensibiril/potion

Agent

Extracts cross-cutting conventions shared across all language stacks in a monorepo: git workflow, CI/CD, deployment, shared types/contracts, and observability. Produces shared.md — the foundation that per-stack synthesizers reference. Invoked during Phase 3 in multi-stack mode only.

4 4mo ago A 65 tokens

skill-writer

15

aureliensibiril/potion

Agent

Generates production-ready Claude Code skills and subagents from guidelines and module profiles. Produces the complete skill pack. This agent is invoked during Phase 4. Creates ask, plan, implement, and review skills plus explorer, planner, implementer, and reviewer agents — all tailored to the target project's…

4 4mo ago A 89 tokens

stack-synthesizer

16

aureliensibiril/potion

Agent

Synthesizes module profiles for a single language stack into a complete guidelines directory. Produces stack-specific patterns, conventions, testing, and pitfalls. References shared.md for cross-cutting conventions to avoid duplication. Invoked during Phase 3 in multi-stack mode only — one instance per stack, all…

4 4mo ago A 69 tokens

text-parser

17

aureliensibiril/potion

Agent

Normalizes free-form text (CodeRabbit exports, meeting notes, team decisions, linter discussions) into structured convention findings. Returns JSON in the same format as the PR Miner. This agent is invoked by the potion-learn skill during Phase 1 (Gather) — not meant for direct use.

4 4mo ago A 63 tokens

potion-learn

18

aureliensibiril/potion

Skill Claude CodeCodex

Learns from PR reviews, free-form feedback, and codebase drift to evolve project guidelines. Mines human review comments from a specific PR, parses free-form text input (CodeRabbit exports, meeting notes), detects when the codebase has drifted from guidelines, challenges every finding with devil's advocate reasoning…

4 4mo ago A 105 tokens

aureliensibiril/potion

Skill Claude CodeCodex

Analyzes any codebase and generates a complete, tailored skill pack — coding skills, review agents, Q&A agents, and a shared guidelines document, all grounded in the actual architecture and patterns of the target project. Use when the user asks to generate skills, create agents, make a skill pack, analyze a repo…

4 4mo ago A 99 tokens