Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By spumer
Automatically generate and maintain llms.txt and llms-full.txt files for any project, keeping AI-friendly documentation in sync with the codebase so agents can quickly understand the project structure and purpose.
npx claudepluginhub spumer/i-m-senior-developer --plugin llms-keeperUses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Optimize documentation for AI coding assistants and LLMs. Features c7score evaluation, llms.txt generation, question-driven restructuring, and automated quality scoring. Makes your docs perfect for Claude, Copilot, and other AI tools.
llmdoc Claude Code plugin with init, update modes, temporary investigation cache, and use
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Fast local documentation search with llms.txt indexing. Search 12K+ line docs in 6ms with line-accurate citations. One command (/blz) and one agent (@blz:blazer) for all documentation operations.
Personal Claude Code + Codex dev stack: security hooks, AI-first code conventions, /security-review, /repo-map, /stack-check, portable statusline. Designed to complement other skills-based plugins, not replace them.
Make your AI agent code with your project's architecture, rules, and decisions.
Принципы Функциональной ясности — философия разработки надежного, простого и понятного кода
TDD (Test-Driven Development) methodology plugin. Provides Red-Green-Refactor workflow, testing patterns, and TDD-focused agent for Python/Django projects.
Плагины для Claude Code, собранные на основе моей практики.
Я изучаю методы создания жизнеспособных систем, которые развиваются вместе с требованиями.
В этом смысле органичное развитие идеи должно влечь за собой такое же органичное развитие кода
Жизнеспособная система - модульная система, итеративно адаптирующаяся к внешним вызовам, способная заменить или изменить свои компоненты для сохранения или развития функциональности в условиях динамично меняющихся требований к системе
О жизнеспособности:
Именно вышеописанные качества делают систему жизнеспособной.
Есть и множствео других факторов, которые делают её НЕ жизнеспособной
Всякая структура упрощает один вид работы и усложняет другие, в этом её основная задача - сфокусировать усилия.
На чем же стоит фокусироваться при разработке?
На адаптивности и специализации. Система неизбежно будет развиваться, и всё что она делает должна делать хорошо.
Иными словами каждая доработка инструмента или функциональности должна развивать его: увеличивать потенциал и возможные варианты использования.
Это не значит что мы должны создать "комбайн" и любой инструмент ждет бесконечное усложнение, напротив, этого не стоит допускать, а стоит четко определить идею и не выходить за её рамки.
22 принципа Функциональной ясности. Fail-fast, запрет Error Hiding, минимальные изменения, явные зависимости. Загружается при старте сессии.
TDD по Кенту Беку и дяде Бобу. Red-Green-Refactor, FIRST, паттерны для pytest и Django.
Поддержка llms.txt и llms-full.txt по стандарту llmstxt.org. Агент анализирует кодовую базу и генерирует контекст проекта для AI-инструментов.
/plugin marketplace add spumer/i-m-senior-developer
/plugin install functional-clarity@i-m-senior-developer
/plugin install tdd-master@i-m-senior-developer
/plugin install llms-keeper@i-m-senior-developer
Локально:
claude --plugin-dir plugins/functional-clarity --plugin-dir plugins/tdd-master --plugin-dir plugins/llms-keeper
Svyatoslav Posokhin