sergeyklay/.agents
36 agent markdown files indexed from sergeyklay/.agents. Install any of them pinned to an exact hash with mdr add sergeyklay/.agents/<name>.
git:20260907.a16b98d · audit A · 6 stars
audit-agent skill
sergeyklay/.agents · .agents/skills/audit-agent/SKILL.md · Audits AI-agent runs and session snapshots for token usage, cache traffic, cost, duration, turns, tool calls, failures…
v2.2 · audit A · 6 stars
babysit-pr skill
sergeyklay/.agents · .agents/skills/babysit-pr/SKILL.md · Resolve reviewer comments on a pull request or pasted feedback using a six-step evidence-grounded protocol. Use when…
v2.1 · audit A · 6 stars
check-dependabot skill
sergeyklay/.agents · .agents/skills/check-dependabot/SKILL.md · Validate a Dependabot configuration against the published JSON Schema and audit its groups against the repository's…
v1.0 · audit A · 6 stars
compare-it skill
sergeyklay/.agents · .agents/skills/compare-it/SKILL.md · Produce structured architectural comparison documents that evaluate two tools, technologies, or solutions against…
v1.1 · audit A · 6 stars
context-files skill
sergeyklay/.agents · .agents/skills/context-files/SKILL.md · Create or validate project context files (AGENTS.md, CLAUDE.md, GEMINI.md). Use when bootstrapping a new project…
v1.1 · audit A · 6 stars
create-pr skill
sergeyklay/.agents · .agents/skills/create-pr/SKILL.md · Use when asked to create a pull request, open a PR, or submit changes for review. Handles branch verification, change…
v1.3 · audit A · 6 stars
delegate-work skill
sergeyklay/.agents · .agents/skills/delegate-work/SKILL.md · Brief a background agent, confirm the brief arrived, and verify its report before acting on it. Use when writing the…
v1.0 · audit A · 6 stars
explain-it skill
sergeyklay/.agents · .agents/skills/explain-it/SKILL.md · Explain technical concepts, mechanisms, and systems to a technically fluent reader who is unfamiliar with the specific…
v2.1 · audit A · 6 stars
git-commit skill
sergeyklay/.agents · .agents/skills/git-commit/SKILL.md · Use when asked to commit, save, or persist changes to Git. Handles atomic commits, branch safety, Conventional Commits…
v1.1 · audit A · 6 stars
improve-self skill
sergeyklay/.agents · .agents/skills/improve-self/SKILL.md · Detect when a missing Agent Skill would have made the current task faster or more reliable, then scaffold a candidate…
v1.1 · audit A · 6 stars
isolate-cli skill
sergeyklay/.agents · .agents/skills/isolate-cli/SKILL.md · Run a third-party CLI as a subprocess without leaking into it or leaving state on the host, and prove both. Use when a…
v1.1 · audit A · 6 stars
jira-syntax skill
sergeyklay/.agents · .agents/skills/jira-syntax/SKILL.md · Use when writing Jira issue descriptions, comments, or work logs. Also use when converting Markdown to Jira wiki…
v1.1 · audit A · 6 stars
log-changes skill
sergeyklay/.agents · .agents/skills/log-changes/SKILL.md · Use before creating, drafting, editing, or reviewing changelog entries (CHANGELOG.md or the project's equivalent)…
v1.6 · audit A · 6 stars
make-docs skill
sergeyklay/.agents · .agents/skills/make-docs/SKILL.md · Create, edit, and validate technical documentation using the Diataxis framework. Use when writing tutorials, how-to…
v1.0 · audit A · 6 stars
make-skill skill
sergeyklay/.agents · .agents/skills/make-skill/SKILL.md · Use when creating, improving, comparing, evaluating, reviewing or packaging Agent Skills following the agentskills.io…
v2.3 · audit A · 6 stars
manage-adr skill
sergeyklay/.agents · .agents/skills/manage-adr/SKILL.md · Create, update, and validate Architecture Decision Records (ADRs) following MADR 4.0 format. Use when the user mentions…
v1.1 · audit A · 6 stars
manage-issues skill
sergeyklay/.agents · .agents/skills/manage-issues/SKILL.md · Create, edit, search, close, and triage GitHub Issues via the gh CLI. Use when asked to file a bug, request a feature…
v1.3 · audit A · 6 stars
manage-tickets skill
sergeyklay/.agents · .agents/skills/manage-tickets/SKILL.md · Create, edit, search, transition, close, and triage Jira tickets via the Atlassian MCP. Use when asked to file a bug…
v1.5 · audit A · 6 stars
manage-todo skill
sergeyklay/.agents · .agents/skills/manage-todo/SKILL.md · Read, update, validate, and report on the project roadmap (TODO.md). Use when asked to add tasks, mark tasks complete…
v1.0 · audit A · 6 stars
monitor-ci skill
sergeyklay/.agents · .agents/skills/monitor-ci/SKILL.md · Drive a long-running GitHub Actions run to a trustworthy conclusion without burning the session on polling. Use when…
v1.0 · audit A · 6 stars
prove-checks skill
sergeyklay/.agents · .agents/skills/prove-checks/SKILL.md · Prove a passing check was capable of failing before recording it as evidence. Use when a test, CI job, build-and-diff…
v1.2 · audit A · 6 stars
research-it skill
sergeyklay/.agents · .agents/skills/research-it/SKILL.md · Investigate a technical question with a detective's discipline - gathering evidence from primary sources…
v1.5 · audit A · 6 stars
review-arch skill
sergeyklay/.agents · .agents/skills/review-arch/SKILL.md · Conduct a principal-level architecture review of a system, specification, diagram, or set of design decisions. Use when…
v1.2 · audit A · 6 stars
review-impl skill
sergeyklay/.agents · .agents/skills/review-impl/SKILL.md · Review implementation changes for a given task against architectural standards. Use when reviewing a PR, evaluating…
v1.0 · audit A · 6 stars
review-spec skill
sergeyklay/.agents · .agents/skills/review-spec/SKILL.md · Architectural review of a specification or design document, performed before implementation begins. Use whenever a spec…
v2.1 · audit A · 6 stars
scan-security skill
sergeyklay/.agents · .agents/skills/scan-security/SKILL.md · Run a Snyk SAST + SCA security audit on the repository, remediate findings that pass the project's verification gates…
v1.0 · audit A · 6 stars
search-web skill
sergeyklay/.agents · .agents/skills/search-web/SKILL.md · Search the live web and fetch page content as markdown via Keenable's keyless API (no key or signup). Use when an…
v1.0 · audit A · 6 stars
split-docs skill
sergeyklay/.agents · .agents/skills/split-docs/SKILL.md · Split one oversized Markdown reference document into a progressive-disclosure tree - a curated index page plus one file…
v1.2 · audit A · 6 stars
test-go skill
sergeyklay/.agents · .agents/skills/test-go/SKILL.md · Write, review, and improve Go test code for this project. Use whenever generating, reviewing, or modifying Go tests -…
v1.0 · audit B · 6 stars
test-ts skill
sergeyklay/.agents · .agents/skills/test-ts/SKILL.md · Write, review, and run TypeScript/React tests for this Next.js 16 App Router project. Use whenever writing or modifying…
v1.0 · audit A · 6 stars
verify-impl skill
sergeyklay/.agents · .agents/skills/verify-impl/SKILL.md · Forensic audit of an implementation against its authoritative specification. Use whenever a specification document and…
v3.1 · audit A · 6 stars
vet-dependency skill
sergeyklay/.agents · .agents/skills/vet-dependency/SKILL.md · Measure a candidate library's real maintenance state and its behavior against the protocol, schema, or API version the…
v2.0 · audit A · 6 stars
writing-plans skill
sergeyklay/.agents · .agents/skills/writing-plans/SKILL.md · Convert a technical specification, tracker reference, or feature request into a rigorous, atomic, dependency-ordered…
v1.1 · audit A · 6 stars
writing-specs skill
sergeyklay/.agents · .agents/skills/writing-specs/SKILL.md · Write technical specifications from feature requests, prompts, or tracker references. Use when asked to specify…
v1.1 · audit A · 6 stars
git:20260920.b08d02a · audit A · 6 stars
Source
github.com/sergeyklay/.agents · 6 stars · license Apache-2.0 · pushed 2026-09-23