.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

…/ethosagent/ethos
home/skills/ethosagent/ethos
ethosagent avatar

ethosagent/ethos

37 skills

View on GitHub
$npx skills add ethosagent/ethos
SkillInstalls
a2a-communicateHow to communicate with a peer agent over A2A — decide when to reach out to another agent instead of handling a request yourself, pick the right skill and…—a2a-handle-inboundHow to handle a request that arrived from another agent over A2A — reason about a peer's ask that the runtime has already authenticated and scope-checked,…—arxivSearch arXiv papers via the Atom API, explore citation graphs via Semantic Scholar, retrieve BibTeX via DOI content-negotiation.—claude-codeDeep-dive reference for delegating implementation work to the Claude Code CLI.—code-reviewPre-commit gate. Reviews staged or branch-scoped diff for security issues, quality regressions, and adherence to project conventions.—codebase-inspectionFirst-pass survey of an unfamiliar codebase. Counts LOC by language, finds entry points and config files, scans the dependency graph, and reports back in three…—codexDeep-dive reference for delegating implementation work to the OpenAI Codex CLI.—coding-agentDelegate file-heavy implementation work to a specialized coding CLI (Claude Code / Codex / OpenCode / Pi).—dependency-analyzerDetect new imports introduced by uncommitted changes and flag unintended cross-layer coupling.—docsThe Ethos docs system. Use whenever writing, editing, or restructuring any Ethos documentation — Docusaurus pages under docs/content/, the repo README,…—ethos-skill-authoringWrite a SKILL.md that the Ethos universal scanner will accept.—export-csvExport tabular data as a well-formed CSV file. No installation required — uses write_file only.—export-excelExport structured tabular data to an Excel .xlsx file using a Node.js script and the exceljs library.—github-authOperator setup for GitHub auth — HTTPS tokens (PAT, fine-grained, classic), SSH keys (ed25519), and `gh` CLI login.—github-code-reviewReview someone else's PR. Clones into an isolated worktree under ~/.ethos/review-worktrees/ so the user's main checkout is untouched, walks the diff, posts…—github-issuesCreate, search, triage, label, assign, comment, and close GitHub issues. Uses gh CLI with REST API fallback. Covers bulk operations and issue→PR linking.—github-pr-workflowEnd-to-end PR lifecycle — branch, commit, push, open PR, watch CI, merge. Each step structured; user can interrupt anywhere.—github-repo-managementRepository administration — clone, create, fork and sync, settings, branch protection, secrets, releases, GitHub Actions workflows, and gists.—make-chartRender a Vega-Lite JSON specification to a PNG chart image using the vl2png command from the vega-cli package.—make-html-reportGenerate a self-contained HTML report file with all CSS inline in a <style> block and no external dependencies. Uses write_file only — no CLI tools required.—make-pdfConvert Markdown or HTML content to a PDF file using md-to-pdf.—native-mcpUse MCP (Model Context Protocol) servers from inside an Ethos personality.—openai-reviewerRun OpenAI Codex CLI as the project's code reviewer. Code is written by Claude and reviewed by Codex — never review your own code.—opencodeDeep-dive reference for delegating implementation work to the OpenCode CLI.—planRender a long-form plan file in the standard Ethos shape (header, status, body, sequencing, acceptance gate, decisions log, session log).—plugin-homeScaffold a Home panel for an Ethos plugin — generates panel.tsx, wires build config, adds package.json exports—requesting-code-reviewPrepare a change for review *before* pushing the PR — pre-commit security + quality gate, lint + typecheck + test, then a self-review against the project's…—research-paper-writingDraft well-structured, properly cited research papers and reports.—schema-validatorValidate code changes against the project's frozen data contracts (packages/types/).—security-auditSubsystem-scoped security audit of the Ethos codebase. Use when asked to "audit the gateway", "review the trust boundaries of X", "security review of subsystem…—session-auditAnalyze the current Claude Code session transcript for execution failures, classify each error type, and suggest concrete CLAUDE.md rules or settings.json…—spikeThrowaway exploration to validate an idea before committing to a real implementation.—subagent-driven-developmentDecompose a multi-part task across team members; each subagent owns one piece; coordinator reviews and integrates.—systematic-debuggingFour-phase root-cause investigation — Investigate → Analyze → Hypothesize → Verify → Implement.—tddEnforce RED → GREEN → REFACTOR. Write a failing test before any production code; make it pass with the minimum change; then refactor.—test-validatorRun the project's test suite and return failures as agent-readable JSON.—writing-plansMeta-skill that teaches the shape of a good Ethos plan file — sections, level of detail, deliverable tagging. Improves every subsequent plan invocation.—