Alexey Shishin
Community@alexeyshishin
#devops #sre
Agent Skills by Alexey Shishin
Showing 22 vetted skills indexed across 1 GitHub repositories.
memory-bank-defrag
Defragment and re-actualize a project memory bank against recent git commits.
memory-bank
Maintains a structured project knowledge base in .memory-bank/ with machine-parseable update suggestions.
caveman
Compresses AI responses into terse fragment-style output with six intensity levels.
code-build
Routes approved implementation plans to scope-owning agents and verifies test results.
code-debug
Diagnose root causes of failing tests and bugs via a debugger subagent.
code-review
Reviews a finished code change against its plan and reports a ship or rework verdict.
code-plan
Generates a feature implementation plan by orchestrating planner and skeptic subagents.
content-article-draft
Generates structured article drafts for Habr, Medium, and personal blogs from notes or raw material.
content-tg-post
Converts raw ideas and notes into thesis-first Telegram channel posts of 500-1500 characters.
content-factory
Generates a 24-unit multi-platform content package from a single article or transcript.
content-documentation
Generates structured technical tutorial skeletons with numbered steps, verification checks, and troubleshooting sections.
content-humanizer
Removes AI-generation markers from Russian-language text and restores natural authorial voice.
obsidian-refactor-inbox
Processes Obsidian inbox notes by typing, tagging, linking, and moving them into PARA folders.
obsidian-ingest
Converts markdown sources into structured PARA notes with wikilinks and frontmatter in Obsidian.
obsidian-inbox-review
Inspect Obsidian inbox notes and produce a categorized report with recommended actions.
obsidian-enrich-note
Fill aliases, up, down, and other frontmatter fields in Obsidian notes without moving files.
obsidian-split-note
Splits large Obsidian notes into atomic notes while preserving wikilinks and PARA structure.
obsidian-note-critic
Critiques Obsidian notes by finding contradictions and gaps via hybrid vault search.
obsidian-refactor-lecture
Extracts concepts, definitions, and theorems from Obsidian lecture notes into atomic linked notes.
obsidian-untangle-knot
Offload overloaded Obsidian hub notes by creating sub-MOCs and redirecting incoming links.
git-pr-description
Generates a Pull Request description from the branch diff against the base branch.
git-conventional-commits
Generates Conventional Commits messages by analyzing staged git diffs.
Frequently Asked Questions About Alexey Shishin
FAQPage SchemaWhat tasks can I automate using Alexey Shishin's skills?▼
You can process and refactor Obsidian notes using the PARA method (inbox triage, note splitting, frontmatter enrichment, hub-note untangling), generate content packages from articles or transcripts, draft Telegram posts and tutorials, maintain a project memory bank, and run plan-driven code pipelines with Conventional Commits and PR descriptions.
Who are these skills designed for?▼
They target DevOps/SRE engineers and developers using Claude Code, Cursor, or Codex, plus knowledge workers maintaining Obsidian vaults and content creators publishing to Telegram, Habr, or Medium. Russian-language support is built into several skills, including the text humanizer.
How do I install and run these skills?▼
Copy each skill folder into your agent's skills directory (e.g., .claude/skills/ for Claude Code). Skills trigger via slash commands like /code-plan or /memory-bank-defrag, or via natural-language phrases defined in each skill's frontmatter description. No separate runtime is required.
Are these skills free and open source?▼
The skills are published as plain markdown frontmatter files in the author's public GitHub repositories, readable and copyable at no cost. No explicit license file is stated in the manifest, so check the individual repository before commercial redistribution.
What prerequisites or dependencies do the skills need?▼
You need an agent host such as Claude Code, Cursor, or Codex. Obsidian skills require an existing vault with a PARA folder structure (e.g., '00. Входящие' inbox). Code pipeline skills expect a git repository, and memory-bank-defrag uses Bash, Read, Write, Edit, Glob, and Grep permissions.