Source

fearovex-labs/agent-config

79 skills · 3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
8557
image-ocr Expert in extracting text from images using Tesseract, EasyOCR, PaddleOCR, Google Vision, AWS Textract, Claude Vision…
fearovex-labs/agent-config
1.2K
2
project-audit Deep diagnostic of Claude/SDD configuration. Read-only. Produces audit-report.md consumed by /project-fix. Trigger: /…
fearovex-labs/agent-config
62
3
sdd-propose Creates a change proposal with clear intent, defined scope, and technical approach. Trigger: /sdd-propose <change-nam…
fearovex-labs/agent-config
57
4
sdd-design Produces the technical design with architecture decisions, data flow, and a file change plan. Trigger: /sdd-design <c…
fearovex-labs/agent-config
56
5
sdd-status Shows the status of all active SDD changes and orchestrator state. Uses engram for persistence. Trigger: /sdd-status,…
fearovex-labs/agent-config
56
6
sdd-spec Writes delta specifications with requirements and Given/When/Then scenarios for a change. Trigger: /sdd-spec <change-…
fearovex-labs/agent-config
55
7
judgment-day Parallel adversarial review protocol that launches two independent blind judge sub-agents simultaneously to review th…
fearovex-labs/agent-config
54
8
sdd-explore Investigates and analyzes an idea or codebase area before committing to changes. Pure research, no writes. Trigger: /…
fearovex-labs/agent-config
54
9
sdd-init Initialize Spec-Driven Development context in any project. Detects stack, conventions, and bootstraps engram persiste…
fearovex-labs/agent-config
54
10
sdd-tasks Breaks down the design into an atomic, ordered, and verifiable task plan stored in tasks.md. Trigger: /sdd-tasks <cha…
fearovex-labs/agent-config
54
11
skill-creator Creates new skills, either generic for the global catalog or specific to the current project. Trigger: /skill-create …
fearovex-labs/agent-config
54
12
project-fix Implements the corrections found by /project-audit. Reads audit-report.md as spec and executes each required action. …
fearovex-labs/agent-config
53
13
project-onboard Diagnoses the current project state and recommends the exact command sequence for one of 6 onboarding cases. Trigger:…
fearovex-labs/agent-config
53
14
project-setup Deploys the complete SDD architecture with engram persistence and ai-context/ memory layer in the current project. Al…
fearovex-labs/agent-config
53
15
codebase-teach Analyzes project bounded contexts, extracts business rules and domain knowledge, writes ai-context/features/<context>…
fearovex-labs/agent-config
52
16
config-export Exports the project's Claude configuration (CLAUDE.md + ai-context/) to tool-specific instruction files for GitHub Co…
fearovex-labs/agent-config
52
17
feature-domain-expert Authors and consumes feature-level domain knowledge files in ai-context/features/. Reference guide for bounded-contex…
fearovex-labs/agent-config
52
18
issue-creation Issue creation workflow for Agent Config following the issue-first enforcement system. Trigger: When creating a GitHu…
fearovex-labs/agent-config
52
19
sdd-verify Verifies that the implementation complies with the specs, design, and task plan. Produces verify-report.md. Trigger: …
fearovex-labs/agent-config
52
20
memory-manage Manages the ai-context/ memory layer: initialize from scratch, update with session work, or maintain/cleanup. Trigger…
fearovex-labs/agent-config
51
21
sdd-archive Closes a completed SDD change by saving an archive report to engram and optionally updating ai-context/ memory. Trigg…
fearovex-labs/agent-config
51
22
branch-pr PR creation workflow for Agent Config following the issue-first enforcement system. Trigger: When creating a pull req…
fearovex-labs/agent-config
49
23
sdd-apply Implements SDD plan tasks following specs and design, marking progress in tasks.md as it goes. Trigger: /sdd-apply <c…
fearovex-labs/agent-config
49
24
solid-ddd Language-agnostic SOLID principles and DDD tactical patterns. Trigger: Always loaded for non-documentation code chang…
fearovex-labs/agent-config
48
25
project-tracking Manages a GitHub Project board + Issues as the source of truth for product backlog, tasks, stories, and bugs. Provide…
fearovex-labs/agent-config
46
26
smart-commit Analyzes staged and unstaged files from the full working tree, groups them into functional clusters (test, docs, chor…
fearovex-labs/agent-config
44
27
deep-analysis Relevance filter applied BEFORE producing a deep analysis. Forces the assistant to identify the real decision, the re…
fearovex-labs/agent-config
41
28
config-audit Audits the repo's Claude configuration against docs/config-guidelines.md. Read-only. Produces audit-report.md consume…
fearovex-labs/agent-config
31
29
feature-define Interactive creator for a project feature: scaffolds the domain knowledge markdown at ai-context/features/<slug>.md A…
fearovex-labs/agent-config
31
30
config-refactor Applies fixes from audit-report.md against the repo configuration. Reads docs/config-guidelines.md and audit-report.m…
fearovex-labs/agent-config
30
31
ai-media-generation Governs AI-assisted generation of images, video, and audio (Gemini Nano Banana Pro, FLUX, etc.) from any project, wit…
fearovex-labs/agent-config
28
32
output-style-creator Wizard that creates new output-styles following docs/output-style-guidelines.md. Asks the user 5 focused questions, t…
fearovex-labs/agent-config
26
33
react-native React Native patterns for mobile app development with Expo and bare workflow. Trigger: When building mobile apps, wor…
fearovex-labs/agent-config
26
34
react-19 React 19 patterns with React Compiler. Automatic optimization, Server Components, use() hook. Trigger: When building …
fearovex-labs/agent-config
25
35
session-handoff Hands off the current Claude Code session for later resumption. Analyzes the conversation, writes a handoff document …
fearovex-labs/agent-config
25
36
tailwind-4 Tailwind CSS 4 patterns: semantic classes, cn() utility, dynamic styling, library exceptions. Trigger: When styling w…
fearovex-labs/agent-config
25
37
nextjs-15 Next.js 15 App Router patterns: Server Components, Server Actions, data fetching, middleware. Trigger: When building …
fearovex-labs/agent-config
24
38
typescript TypeScript strict patterns and best practices. Trigger: When writing TypeScript, defining types/interfaces, or using …
fearovex-labs/agent-config
24
39
zustand-5 Zustand 5 state management patterns for React: stores, persistence, selectors, slices. Trigger: When managing global …
fearovex-labs/agent-config
24
40
go-testing Go testing patterns for Gentleman.Dots, including Bubbletea TUI testing. Trigger: When writing Go tests, using teates…
fearovex-labs/agent-config
21
41
night-park Parks the current Claude Code session as a day-over close. Analyzes the conversation, writes a handoff document to do…
fearovex-labs/agent-config
6
42
project-claude-init Bootstrap a project CLAUDE.md from the template in docs/templates/. Detects stack signals, asks 5 focused questions, …
fearovex-labs/agent-config
5
43
claude-code-expert Expert in Claude Code configuration, custom skills, hooks, MCP servers, and advanced workflows. Trigger: CLAUDE.md co…
fearovex-labs/agent-config
4
44
memory-init Generates the 5 ai-context/ memory files from scratch by reading the current project. Trigger: /memory-init, initiali…
fearovex-labs/agent-config
4
45
sdd-new Starts a complete SDD cycle with mandatory exploration as first phase and user confirmation gates at each stage. Trig…
fearovex-labs/agent-config
4
46
support-brief Turns an already-investigated customer issue into a short, non-technical engineering-to-CS brief: one natural message…
fearovex-labs/agent-config
4
47
ai-sdk-5 Vercel AI SDK 5 patterns: useChat, streaming, tool integration, Server Actions. Trigger: When building AI chat interf…
fearovex-labs/agent-config
3
48
autonomous-vps Stack-agnostic METHOD for an invoked (not unattended) AI agent to develop, deploy, and administer projects on a self-…
fearovex-labs/agent-config
3
49
backlog A stack-agnostic, storage-agnostic METHOD for keeping a backlog STRUCTURALLY HEALTHY. Its axis is INTEGRITY — not whe…
fearovex-labs/agent-config
3
50
backlog-as-code Local storage adapter that materializes and authors a versioned markdown backlog at docs/BACKLOG.md. Four sub-flows: …
fearovex-labs/agent-config
3
Page 1 · 79 total Next