fmflurryfmflurryCommunityยท76 Agent Skills Included

settings-opencode

Hardened multi-agent coding setup for OpenCode and Claude Code

Installs a complete coding-agent configuration with 17 specialist sub-agents, enforced delegation, and verification gates for OpenCode and Claude Code. Eliminates common failures like unverified build claims, scope creep, and agents editing files they should only review. Ships ready-made skills for Angular, .NET, TDD, security review, GDPR audits, and pre-merge code checks.
npx skills add fmflurry/settings-opencode --all -g -y
Available:

Gives the coding agent strict behavioral rules: verify builds before claiming done, delegate to specialist sub-agents, keep changes minimal, and confirm before destructive actions.

All Skills in This Repository (76)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
fmflurryfmflurry

skill-skills-learned-debugging-techniques

Guide hypothesis-driven debugging with one hypothesis and deterministic validation steps.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

eslint-aria-accessibility-project-specific-2

Identify recurring project conventions and create reusable decision checklists.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

turn-workflow-tools-user-corrections

Converts recurring user corrections into reusable rules for future decisions.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

transloco

Manage Transloco translation keys in Angular JSON locale files.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

address-backend-tests-error-resolution

Automate recurring backend error handling with structured diagnosis, patching, and guardrails.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

learned-structured-debugging-pattern

Apply a hypothesis-driven debugging pattern with selective instrumentation and scoped narrowing.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

eslint-true-server-error-resolution-2

Identify and resolve recurring software errors with a repeatable resolution pattern.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

server-verbose-cocopenlog-debugging-techniques-2

Diagnose recurring server startup failures with hypothesis-driven debugging steps.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

src-dialog-read-error-resolution

Automate recurring dialog error-resolution workflows with capture, reproduction, patching, and verification.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

eslint-aria-accessibility-project-specific

Codify recurring project-specific ESLint accessibility conventions into decision checklists.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

focus-dialogs-interactive-debugging-techniques-2

Apply hypothesis-driven debugging patterns to isolate issues in interactive workflows.

Community
Intermediate
๐Ÿ“ฆ In Repo
fmflurryfmflurry

learned-user-correction-integration-pattern

Extract recurring user corrections into reusable rules and apply them across sessions.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install settings-opencode?โ–ผ

Run `npx skills add fmflurry/settings-opencode --all -g -y` in your terminal to install all skills in this suite globally.

What does settings-opencode actually do?โ–ผ

It installs a hardened conductor agent plus 17 specialist sub-agents (planner, code-reviewer, security-reviewer, tdd-guide, and more) into OpenCode and Claude Code. The main agent is mechanically blocked from editing files, so every change is routed to the right specialist.

Does it work with both OpenCode and Claude Code?โ–ผ

Yes. The repo maintains mirrored configuration trees and a harness-parity skill that keeps skills, agents, and commands in sync across both harnesses.

Which tech stacks do the skills cover?โ–ผ

The deepest coverage is Angular with signals and flurryx state management, and .NET 10 with clean architecture, DDD, and EF Core. It also includes universal skills for TDD, security review, git workflow, GDPR compliance, and OpenAPI spec authoring.

Can I use it without deep prompt-engineering knowledge?โ–ผ

Yes. After install, slash commands like /plan, /tdd, and /cop-review route your plain-English request to the right specialist automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’