Agent Plugins Marketplace
← All plugins

evisions

v1.1.0

Working discipline for eVisions: session checkpoints and closing, WORKSTATE and worklog journals, feature docs, decision log and ADRs, a prompt engineer with a sanity check, research agents and Socratic brainstorming, a PRD interview, code-review and security-audit agents, bug and tech-debt logs and a static scanner for third-party skills, plus a safety baseline: hooks that block destructive commands and secret reads, and an installer for the matching permission settings. Optional public companion plugins are installed separately from their authors.

Claude Code10 Skills

By Hradni.AI0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
10 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install evisions for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install evisions@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hradniai/claude-code-pack-evisions

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/evisions/.

Plugin files

plugins/evisions/
├── .claude-plugin/plugin.json
├── skills/adr/SKILL.md
├── skills/bug-log/SKILL.md
├── skills/checkpoint/SKILL.md
├── skills/end/SKILL.md
├── skills/prd/SKILL.md
├── skills/prompt-eval/SKILL.md
├── skills/research/SKILL.md
├── skills/skill-scanner/SKILL.md
├── skills/socratic-brainstormer/SKILL.md
└── skills/tech-debt-log/SKILL.md

Included Skills10

adrskills/adr/SKILL.md

Record a decision as an ADR (Architecture Decision Record) in docs/decisions/, or as a docs/decision-log.md row when it is below the ADR bar, and supersede an older ADR when a decision changes. Covers any decision worth keeping - technical, process, client or business. Use when the user says "zapiš ADR", "zapiš to jako rozhodnutí", "zapiš rozhodnutí", "write an ADR", "record this decision", "decision record", "měníme rozhodnutí", or when /end writes an approved ADR.

bug-logskills/bug-log/SKILL.md

Write a bug entry into the project's BUGS.md - broken behaviour found WHILE working on something else, logged so it is not lost. Used by /end to write every open BUG-TODO line from WORKSTATE without asking, and on an explicit ask to log a bug now ("zapiš bug", "zaloguj tu chybu", "log this bug", "add it to BUGS.md"), or to mark a logged bug fixed. NOT for the bug the current task is about (fix that one), NOT for code that works but is costly or risky (evisions:tech-debt-log), and NOT for style.

checkpointskills/checkpoint/SKILL.md

Save progress mid-session in seconds - one worklog entry, a refreshed WORKSTATE and a local git commit of the files this session touched, never a push. Use when the user types /checkpoint or says "checkpoint", "ulož postup", "ulož stav", "zapiš checkpoint", "save progress", and after a finished logical step in a longer session.

endskills/end/SKILL.md

Close a work session - first propose the session's decisions (decision-log rows and ADR candidates) for one quick approval, then write the worklog, WORKSTATE, approved decisions and the captured bugs and tech debt, sync feature docs, commit locally and ask before any push. Use when the user types /end or says "končíme", "konec", "uzavři session", "zapiš to a končíme", "wrap up", "end the session".

prdskills/prd/SKILL.md

Interview the user, one block of questions at a time, to a PRD (product requirements document) that covers the business side (problem, goals, users, scope, acceptance criteria) AND the technical dimensions a non-developer does not know to ask about - GDPR and EU AI Act triage, data classification, authentication, backup and disaster recovery, and a STRIDE threat model. The interview runs in the user's language; the finished PRD is written in English to docs/prd/<slug>-prd.md. Use when the user wants a PRD, requirements or a product spec for something that will be built ("napiš PRD", "sepiš zadání", "potřebuju požadavky na appku", "write a PRD", "product requirements", "spec this app"). NOT for HOW to build it (architecture, implementation plan) and NOT for developing an idea that is not decided yet (use evisions:socratic-brainstormer).

prompt-evalskills/prompt-eval/SKILL.md

Runs the sanity check, a static hygiene check by a bundled script that calls no model, on a prompt, system prompt, agent file or SKILL.md, and explains each finding in plain words (a pasted API key or password, no output-format or fallback keyword, template placeholders not wrapped in a tag or not declared as data, an XML section left unclosed). Use when the user wants a prompt checked before it is used or shared ("zkontroluj prompt", "sanity check promptu", "ohodnoť prompt", "je ten prompt v pořádku", "eval promptu", "prompt eval"), and whenever the evisions:prompt-engineer agent has saved an artifact. It is never a quality verdict. To write or improve a prompt, use the evisions:prompt-engineer agent instead.

researchskills/research/SKILL.md

Research into how practitioners actually do something, or into whether a claim is true, delivered with sources the user can click. Owns the tier choice (`evisions:research-analyst` for one angle, `evisions:research-lead` for several), the honesty standard every finding is reported under, source verification, and where the research file is saved. Use when the user wants something outside the current project researched, investigated, compared or fact-checked - "udělej research na X", "prozkoumej", "zjisti, jak to dělají ostatní", "co lidi používají na X", "je pravda, že...", "porovnej A a B", "research this". NOT for finding things in the project's own files (search them directly or use the Explore agent), and NOT for a question the conversation or the code at hand already answers.

skill-scannerskills/skill-scanner/SKILL.md

Check a third-party AI agent skill or plugin BEFORE installing, enabling or updating it - a SKILL.md, a skill folder, a plugin, a hook or MCP bundle, an agent or command pack, or a .skill/.zip/.tar archive - with a bundled static scanner plus a read-only review, and return BLOCK, REVIEW or PERMIT WITHIN COVERAGE with the evidence. Also compares a new version against an earlier scan. Use when the user asks whether a skill or plugin is safe to install ("je ten skill bezpečný?", "můžu si to nainstalovat?", "zkontroluj ten plugin", "is this skill safe", "check this plugin before I install it"). It never installs, runs or imports the target. NOT a security review of the user's own application code (use evisions:security-auditor).

socratic-brainstormerskills/socratic-brainstormer/SKILL.md

You MUST use this FIRST when the user is thinking through their OWN idea, direction, or business, content or client call rather than handing over a task - they float an idea, weigh a direction, or ask for your view - "potřebuju si to promyslet", "co myslíš", "rozviň mi nápad", "mám nápad", "pojď to se mnou probrat", "let me think this through". Socratic sparring that develops the user's own thinking instead of handing them a finished answer - a new idea, a product or service, a campaign or content concept, a positioning or business call, a client approach, a methodology, any half-formed plan of theirs. Takes precedence over general brainstorming skills - superpowers:brainstorming, when installed, is for designing a software build heading to implementation, and when both could apply this skill runs first. NOT for a task already assigned (just do it), NOT for being questioned on a formed plan (a grilling skill if one is installed), NOT for writing down a finished thought.

tech-debt-logskills/tech-debt-log/SKILL.md

Write a tech-debt entry into the project's TECH-DEBT.md - code that WORKS but is costly or risky (duplication, a workaround, fragile coupling, missing tests, dead code, slow but correct), noticed WHILE working on something else. Used by /end to write every open DEBT-TODO line from WORKSTATE without asking, and on an explicit ask to log debt now ("zapiš tech debt", "zaloguj technický dluh", "log this tech debt", "add it to TECH-DEBT.md"), or to mark logged debt paid. NOT for broken behaviour (evisions:bug-log) and NOT for lint-level style.

Plugin manifests1

plugins/evisions/.claude-plugin/plugin.json
{
  "name": "evisions",
  "version": "1.1.0",
  "description": "Working discipline for eVisions: session checkpoints and closing, WORKSTATE and worklog journals, feature docs, decision log and ADRs, a prompt engineer with a sanity check, research agents and Socratic brainstorming, a PRD interview, code-review and security-audit agents, bug and tech-debt logs and a static scanner for third-party skills, plus a safety baseline: hooks that block destructive commands and secret reads, and an installer for the matching permission settings. Optional public companion plugins are installed separately from their authors.",
  "author": {
    "name": "Hradni.AI"
  },
  "keywords": [
    "documentation",
    "decisions",
    "adr",
    "prompt-engineering",
    "research",
    "brainstorming",
    "prd",
    "code-review",
    "security-audit",
    "safety"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[evisions on Agent Plugins Marketplace](https://pluginsmp.com/plugins/evisions)