syv-ai

28 mods across 1 repository, 11 stars between them.

syv-skills

01

syv-ai/agentic-coding-playbook

Plugin Claude Code

Syv.ai's curated agentic-coding skills collection — the practical companion to the Agentic Coding Playbook.

11 1mo ago A tokens not measured

syv-skills

02

syv-ai/agentic-coding-playbook

Plugin Claude Code

Syv.ai's curated agentic-coding skills collection — the practical companion to the Agentic Coding Playbook. A best-of-breed set of skills for planning, execution, quality, and verification with any agentic coding harness.

11 1mo ago A tokens not measured

knowledge

03

syv-ai/agentic-coding-playbook

Command Claude Code

Add or update a source in the knowledge base. Reviews the source, scans for contradictions with existing material, and writes the entry with caveats.

11 1mo ago A 29 tokens

add-visual

04

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

How to add or restyle a D3 diagram in the playbook docs (MkDocs Material). Use for any flowchart, diagram, chart, or graphic in docs/.

11 1mo ago A 39 tokens

syv-ai/agentic-coding-playbook

Instructions file

Claude Code instructions for syv-ai/agentic-coding-playbook, covering agentic coding playbook — agent guide, repo layout, adding or updating sources, citations, or knowledge and editing principles.

11 1mo ago A 558 tokens

design-auditor

06

syv-ai/agentic-coding-playbook

Agent

Applies the design-review suppression gate to a list of draft candidates and returns keep/downgrade/drop for each. Invoke explicitly with a candidate list, only from the improve-code-design workflow. Not a general code reviewer and not a source of new findings.

11 1mo ago A 57 tokens

design-inventory

07

syv-ai/agentic-coding-playbook

Agent

Returns a factual inventory table for an explicitly supplied batch of files — what each owns, what would force an edit, what it reaches into, its public surface, and a fixed observation checklist. Invoke explicitly with a file list, only from the improve-code-design workflow. Does not evaluate, recommend, or find…

11 1mo ago A 67 tokens

brainstorming

08

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

11 1mo ago A 37 tokens

grill-me

10

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Interviews the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when the user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

11 1mo ago A 51 tokens

guardrails

11

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Lock down a repo and the working session for safe agent work. Installs deterministic PreToolUse hooks that hard-block destructive commands (destructive git, plus project-specific dangers), and establishes a ruthlessly-conservative posture that flags and demands explicit user approval before touching remote databases…

11 1mo ago A 93 tokens

handoff

12

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Compacts the current conversation into a handoff document so another agent can pick up the work. Use when you want to hand off to a fresh session.

11 1mo ago A 34 tokens

hjernen

13

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Query or contribute to syv.ai's shared company brain — the private 1brain GitHub repo (kunder, tilbud, teknik, strategi, wiki) — from any session, regardless of the current directory. Bootstraps a local clone when needed. Use when the user asks what syv.ai knows about a client or topic ("hvad ved vi om Krifa?", "har…

11 1mo ago A 131 tokens

improve-code-design

14

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Find named design problems in a codebase — the anti-patterns coding agents produce most — and name the remedy for each. Use for a design review, when asked whether code violates SOLID/DRY/YAGNI, when assessing agent-generated code, when someone says changing one thing keeps breaking another, or when anyone shares more…

11 1mo ago A 120 tokens

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Find deepening opportunities in a codebase — refactors that turn shallow modules into deep ones — and present them as a visual HTML report. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

11 1mo ago A 70 tokens

prototype

16

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine…

11 1mo ago A 90 tokens

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.

11 1mo ago A 38 tokens

setup-syv-skills

18

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

One-command onboarding for the Syv.ai skills collection. Checks the environment (git, GitHub CLI auth), seeds a slim CLAUDE.md pointer if absent, confirms which skills resolved, and gives a short orientation. Use when a user has just installed the collection and runs /setup-syv-skills, or asks how to get set up to use…

11 1mo ago A 82 tokens

setup

19

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Set up a project's stack and dev-environment feedback loops — the agent's senses. For a new/empty repo, interview the user on the desired stack and scaffold it; for an existing project, detect the stack and wire up the dev env. Either way, install a format/lint/type/test gate that runs on every commit. Use when…

11 1mo ago A 89 tokens

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Disciplined root-cause debugging for any bug, test failure, performance regression, or unexpected behavior. Build a feedback loop → reproduce → investigate → hypothesise → instrument → fix → regression-test. Use before proposing any fix, especially under time pressure or when a "quick fix" seems obvious.

11 1mo ago A 66 tokens

tdd

21

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Test-driven development with a disciplined red-green-refactor loop and tracer-bullet vertical slices. Tests verify behavior through public interfaces, not implementation. Use when implementing any feature or bugfix, when the user mentions TDD / red-green-refactor / test-first, or wants integration-style tests.

11 1mo ago A 61 tokens

tilbud

22

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Write a syv.ai client proposal (tilbud, forslag, offer, PoC-beskrivelse, bud på udbud) in the company's fixed format and style, and render it as a branded PDF. Works from any session — bootstraps the private 1brain repo where the full proposal skill, templates and Typst PDF pipeline live. Trigger on…

11 1mo ago A 117 tokens

to-issues

23

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Breaks a plan, spec, or PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when the user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

11 1mo ago A 52 tokens

to-prd

24

syv-ai/agentic-coding-playbook

Skill Claude CodeCodex

Turns the current conversation context into a PRD and publishes it as a GitHub issue (or a markdown file). Use when the user wants to create a PRD from the current context.

11 1mo ago A 42 tokens