oberskills
Prompt design, subagent dispatch, skill testing, and human-sounding writing
All Skills in This Repository (13)
Pure Emerald Level Indicatorsdesigning-deep-modules
Generate design approaches and evaluate trade-offs for new modules.
maintaining-design-quality
Identifies design degradation risks in code modifications and guides safer, well-documented changes across modules.
simplifying-complexity
Apply define-out, mask, and aggregate gates to simplify complex codebases.
improving-code-clarity
Codify a comments-first workflow for code readability reviews.
verifying-correctness
Verify code correctness across requirements, concurrency, errors, resources, boundaries, and security.
reviewing-module-design
Analyze module designs for complexity, depth, information hiding, and abstraction weaknesses.
strategic-coding
Identify strategic coding problems and enforce measure-first validation before code changes.
optimizing-critical-paths
Enforce a measurement-first workflow for performance optimization with repeatable benchmarks.
obershot
Capture full-screen or active-window screenshots and summarize them with a Haiku subagent.
oberagent
Gate agent dispatches by mandating the oberprompt checklist before Task tool use.
oberprompt
Audit and improve prompts using FIX and REVIEW modes with validation checks.
obercreate
Create and review skills and agent prompts through phase-driven workflows with quality gates.
Frequently Asked Questions
FAQPage SchemaHow to install oberskills?▼
Run `npx skills add ryanthedev/oberskills --all -g -y` in your terminal to install all skills in this collection globally.
What does oberskills do?▼
It improves how your coding assistant writes prompts, dispatches subagents, builds and tests new skills, researches the web, and edits prose so it sounds human.
How do I make AI writing sound less robotic?▼
The write skill rewrites or reviews your text using measured detection signals like sentence-length variance and banned phrase lists, cutting AI detection rates dramatically.
Does oberskills work with Claude Code and Codex?▼
Yes. It ships manifests for both hosts, and the shared skill bodies stay portable while host-specific mechanics are clearly labeled.
Can I test a skill before shipping it?▼
Yes. The bundled skill-eval server runs baseline comparisons, trigger-rate checks, and graded benchmarks so you only ship skills that measurably help.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core