Alexey Shishin avatar

Alexey Shishin

Community

@alexeyshishin

0Followers
|
5Public Repos
|
22Published Skills

#devops #sre

Skills Distribution
DomainDeveloper To...Developer Tooling .. (35%)Growth, Marketing .. (30%)Data Systems & Dat.. (25%)AI Models & Machin.. (10%)

Agent Skills by Alexey Shishin

Showing 22 vetted skills indexed across 1 GitHub repositories.

alexeyshishinalexeyshishin
4

memory-bank-defrag

Defragment and re-actualize a project memory bank against recent git commits.

Community
Advanced
alexeyshishinalexeyshishin
4

memory-bank

Maintains a structured project knowledge base in .memory-bank/ with machine-parseable update suggestions.

Community
Intermediate
alexeyshishinalexeyshishin
4

caveman

Compresses AI responses into terse fragment-style output with six intensity levels.

Community
Intermediate
alexeyshishinalexeyshishin
4

code-build

Routes approved implementation plans to scope-owning agents and verifies test results.

Community
Intermediate
alexeyshishinalexeyshishin
4

code-debug

Diagnose root causes of failing tests and bugs via a debugger subagent.

Community
Intermediate
alexeyshishinalexeyshishin
4

code-review

Reviews a finished code change against its plan and reports a ship or rework verdict.

Community
Intermediate
alexeyshishinalexeyshishin
4

code-plan

Generates a feature implementation plan by orchestrating planner and skeptic subagents.

Community
Intermediate
alexeyshishinalexeyshishin
4

content-article-draft

Generates structured article drafts for Habr, Medium, and personal blogs from notes or raw material.

Community
Intermediate
alexeyshishinalexeyshishin
4

content-tg-post

Converts raw ideas and notes into thesis-first Telegram channel posts of 500-1500 characters.

Community
Intermediate
alexeyshishinalexeyshishin
4

content-factory

Generates a 24-unit multi-platform content package from a single article or transcript.

Community
Advanced
alexeyshishinalexeyshishin
4

content-documentation

Generates structured technical tutorial skeletons with numbered steps, verification checks, and troubleshooting sections.

Community
Intermediate
alexeyshishinalexeyshishin
4

content-humanizer

Removes AI-generation markers from Russian-language text and restores natural authorial voice.

Community
Advanced
alexeyshishinalexeyshishin
4

obsidian-refactor-inbox

Processes Obsidian inbox notes by typing, tagging, linking, and moving them into PARA folders.

Community
Intermediate
alexeyshishinalexeyshishin
4

obsidian-ingest

Converts markdown sources into structured PARA notes with wikilinks and frontmatter in Obsidian.

Community
Intermediate
alexeyshishinalexeyshishin
4

obsidian-inbox-review

Inspect Obsidian inbox notes and produce a categorized report with recommended actions.

Community
Intermediate
alexeyshishinalexeyshishin
4

obsidian-enrich-note

Fill aliases, up, down, and other frontmatter fields in Obsidian notes without moving files.

Community
Intermediate
alexeyshishinalexeyshishin
4

obsidian-split-note

Splits large Obsidian notes into atomic notes while preserving wikilinks and PARA structure.

Community
Intermediate
alexeyshishinalexeyshishin
4

obsidian-note-critic

Critiques Obsidian notes by finding contradictions and gaps via hybrid vault search.

Community
Intermediate
alexeyshishinalexeyshishin
4

obsidian-refactor-lecture

Extracts concepts, definitions, and theorems from Obsidian lecture notes into atomic linked notes.

Community
Intermediate
alexeyshishinalexeyshishin
4

obsidian-untangle-knot

Offload overloaded Obsidian hub notes by creating sub-MOCs and redirecting incoming links.

Community
Advanced
alexeyshishinalexeyshishin
4

git-pr-description

Generates a Pull Request description from the branch diff against the base branch.

Community
Intermediate
alexeyshishinalexeyshishin
4

git-conventional-commits

Generates Conventional Commits messages by analyzing staged git diffs.

Community
Intermediate

Frequently Asked Questions About Alexey Shishin

FAQPage Schema
What 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.