.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/papadopouloskyriakos/agentic-chatops
home/subagents/papadopouloskyriakos/agentic-chatops
papadopouloskyriakos avatar

papadopouloskyriakos/agentic-chatops

4 subagents

View on GitHub
Subagent
architectProduce design + contracts (OpenAPI/AsyncAPI/JSON Schema) + ADRs for a greenfield feature. Wraps /plan. Use when the spec exists but design/contracts don't yet. Reads existing PROJECT.json,…spec-authorInterview the operator and produce EARS-format requirements + PROJECT.md/.json + Gherkin acceptance scenarios. Iterates until ears-lint passes.spec-verifierRun validate-project-spec.py against a project and report gaps in human-readable form. Cheap (haiku model) read-only check. Use as Phase F gate before invoking project-onboard.sh.task-decomposerAtomize a designed feature into tasks.json with files_owned + dependencies + parallelizable + acceptance_test + risk_score per task. Wraps /tasks. Iterates until task-DAG + collision validators pass.