modiqomodiqoOfficialยท22 Agent Skills Included

skillspec

Turn prose AI skills into enforceable, auditable execution contracts

Audits any SKILL.md for buried rules, undeclared tools, and missing proof, then converts it into a structured contract your agent must follow. Eliminates silent rule-skipping, unverifiable 'done' claims, and bloated prompt files that agents ignore. Compiles, tests, installs, and traces skills across Claude Code, Codex, and other harnesses with an inspectable run record.
npx skills add modiqo/skillspec --all -g -y

All Skills in This Repository (22)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
modiqomodiqo

skillspec

Inspect skill repositories and import SKILL.md skills from local folders or public URIs.

Official
Advanced
๐Ÿ“ฆ In Repo
modiqomodiqo

rote-shell

Execute commands, capture output, follow logs, and crystallize CLI work into TypeScript flows.

Official
Advanced
๐Ÿ“ฆ In Repo
modiqomodiqo

generic-research-codebase

Generate structured architecture reports from codebases using ripgrep and Git.

Official
Advanced
๐Ÿ“ฆ In Repo
modiqomodiqo

generic-commit-convention

Validate conventional commit messages and run pre-push checks.

Official
Advanced
๐Ÿ“ฆ In Repo
modiqomodiqo

generic-code-review

Automate code review by interpreting skill specification files.

Official
Advanced
๐Ÿ“ฆ In Repo
modiqomodiqo

rote-browse

Automate browser tasks with rote commands and page leases.

Official
Advanced
๐Ÿ“ฆ In Repo
modiqomodiqo

research-codebase

Analyze codebase structure and components using parallel sub-agents.

Official
Advanced
๐Ÿ“ฆ In Repo
modiqomodiqo

commit-convention

Validate commit messages and PR titles against the Conventional Commits standard.

Official
Basic
๐Ÿ“ฆ In Repo
modiqomodiqo

code-review

Orchestrate parallel code reviews and synthesize findings into a structured report.

Official
Advanced
๐Ÿ“ฆ In Repo
modiqomodiqo

browser-research-prose

Automates web browsing, inspection, snapshotting, and evidence extraction from pages.

Official
Intermediate
๐Ÿ“ฆ In Repo
modiqomodiqo

demo-browser-research

Automate web-based research tasks with browser automation and evidence logging.

Official
Advanced
๐Ÿ“ฆ In Repo
modiqomodiqo

dev-repo-readiness

Compare local repository state against remote repositories and CI configurations.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install SkillSpec?โ–ผ

Run `npx skills add modiqo/skillspec --all -g -y` in your terminal to install the full suite globally.

What problem does SkillSpec solve?โ–ผ

It checks whether your AI agent actually followed a skill's rules, then turns the skill into a structured contract with routes, forbidden actions, and proof requirements so nothing gets silently skipped.

How do I check if a skill is risky before installing it?โ–ผ

Run `skillspec doctor` on any local folder or public GitHub URL to get a risk report covering buried rules, undeclared dependencies, and missing proof, or use the hosted page at skillspec.sh.

Does SkillSpec work with Claude Code and Codex?โ–ผ

Yes. It installs as a plugin for Claude Code and Codex and works with any harness that supports the SKILL.md standard, without replacing your existing agent runtime.

Do I need to rewrite my existing skills to use SkillSpec?โ–ผ

No. The import command converts your existing prose SKILL.md into a structured skill.spec.yml automatically, keeping the original file in place.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’