# avacadorun-dev

> Open-source publisher. Listings imported from github.com/avacadorun-dev — credited to the original author with their license.

- **Listings:** 21
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/avacadorun-dev
- **Website:** https://github.com/avacadorun-dev

## Published listings

- [Memory Capture](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-memory-capture) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-memory-capture`
  Persist a concise project-specific lesson only when it is verified, reusable, non-sensitive, and not already recorded. Use when the user asks Soba to remember something or successful work reveals a stable convention worth future retrieval.
- [Docs Semantic Auditor](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-docs-semantic-auditor) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-docs-semantic-auditor`
  Audits SOBA docs-site semantic coverage against facts extracted from the project code, including permission modes, approval decisions, slash commands, CLI flags, env vars, config keys, trust levels, and direct-shell syntax. Use when checking that docs do not merely avoid fabricated claims, but also mention code-defined user-facing semantics.
- [Regression Runner](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-regression-runner) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-regression-runner`
  Автоматический regression gate: case-driven при наличии docs/testing/regression-cases/ или repository-native fallback без фиктивных результатов. Выполняет unit-, CLI-, docs- и при доступности real-model проверки.
- [Bug Fix](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-bug-fix) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-bug-fix`
  Investigate reported defects and, when a fix is requested, make the smallest verified correction. Use for regressions, runtime failures, incorrect behavior, or failing checks with an unknown cause.
- [Ts Morph Analyzer](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-ts-morph-analyzer) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-ts-morph-analyzer`
  Использует TypeScript Compiler API через `ts-morph` для построения dependency graph, impact analysis, cross-file references и dead-code detection.
- [Bug Fixer](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-bug-fixer) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-bug-fixer`
  Читает последний SUMMARY.md из регресс-прогона, верифицирует FAIL-баги, находит корневую причину, фиксит код и обновляет статус.
- [Lint Fix](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-lint-fix) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-lint-fix`
  Resolve formatting, linting, or static-style failures with the project's own configured workflow and a scoped diff. Use when a style gate fails or the user asks to make existing code-quality checks pass.
- [Fix Until Green](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-fix-until-green) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-fix-until-green`
  Iteratively diagnose and resolve failing project verification until the requested checks pass or a concrete external blocker remains. Use after tests, static checks, builds, packaging, or validation fail during authorized implementation work.
- [Ts Error Janitor](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-ts-error-janitor) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-ts-error-janitor`
  Массовый фикс накопившихся TS-ошибок — группировка по типу/файлам, порционные исправления, отслеживание прогресса
- [Git Summary](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-git-summary) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-git-summary`
  Summarize a Git working tree, branch, commit range, or time window from repository evidence. Use for change reports, branch overviews, release notes input, or explanations of what changed in Git history.
- [Test Authoring](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-test-authoring) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-test-authoring`
  Design and add focused tests for a behavior contract, regression, edge case, or coverage gap using project-native test practices. Use when asked to create or improve automated tests in any language or runtime.
- [Pr Description](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-pr-description) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-pr-description`
  Draft an evidence-based pull request or merge request description from a resolved change set and project template. Use for reviewer summaries, change-request bodies, risk notes, or verification sections without publishing anything.
- [Code Review](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-code-review) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-code-review`
  Review a patch, change set, branch, commit, or selected files for concrete defects and risks without mutating them. Use when asked for review, readiness assessment, or findings on proposed code changes.
- [Commit Message](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-commit-message) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-commit-message`
  Draft an accurate commit message from a specified or staged change set using the repository's established style. Use when asked for commit wording, including conventional commits only when requested or evidenced by project history.
- [Version Bump](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-version-bump) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-version-bump`
  Update a project's authoritative version references consistently according to its release policy and verify the resulting artifact identity. Use for explicit release versions or supported bump requests across any ecosystem.
- [Feature Implementation](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-feature-implementation) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-feature-implementation`
  Implement a requested capability within an existing project, from acceptance criteria through proportionate verification. Use when asked to add or extend user-visible behavior, interfaces, workflows, or integrations.
- [Soba Agent](https://agentstack.voostack.com/l/mcp-avacadorun-dev-soba-agent) — MCP server · Free · security-reviewed — `agentstack add mcp-avacadorun-dev-soba-agent`
  Proactive CLI coding agent with self-modifying skills, context management, and hybrid visual tooling.
- [Regression Validator](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-regression-validator) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-regression-validator`
  Валидирует регресс-кейсы на соответствие реализации. Проверяет существование тестов, CLI-флагов, инструментов, slash-команд, файлов исходников. Выявляет расхождения, устаревшие и отсутствующие кейсы. Запускается перед regression-runner.
- [Context Handoff](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-context-handoff) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-context-handoff`
  Create a compact, evidence-based continuation brief for another turn, session, or agent. Use when work must pause, context may be compacted, responsibility changes, or the user asks for current state and next steps.
- [Doc Scout](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-doc-scout) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-doc-scout`
  Валидирует документацию (user-guides) на соответствие реальному коду. На вход получает путь к .md файлу, проверяет все утверждения о CLI-флагах, env-переменных, slash-командах, конфиг-ключах, subcommand'ах, permission-модах — и выдаёт отчёт о расхождениях.
- [Codebase Orientation](https://agentstack.voostack.com/l/skill-avacadorun-dev-soba-agent-codebase-orientation) — Skill · Free · security-reviewed — `agentstack add skill-avacadorun-dev-soba-agent-codebase-orientation`
  Build an evidence-based map of an unfamiliar repository or subsystem before planning or changing it. Use for architecture questions, onboarding, ownership discovery, or the first task in an unfamiliar area.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
