Orient after resuming a session — summarise what was done, what's open, and what to do next
Run tests, coverage, lint, and typecheck before committing — auto-detects project language and tools
Compare project docs against vault copies — find missing, outdated, or drifted documentation
Find tasks that keep appearing in "Next" without completion — help decide to act, split, or drop them
Update GitHub repo index in Obsidian vault — scans all repos under a GitHub account and writes a summary
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A personal development workflow plugin for Claude Code, built for the Bright Raven ecosystem. Provides session-aware quality gates, documentation hygiene tools, multi-agent version tracking, and automated pitfall detection.
Version: 1.1.1 Author: devBrightRaven / Bright Raven Repository: https://github.com/devBrightRaven/brightraven-dev
brightraven-dev is a Claude Code plugin that embeds development best practices directly into the AI-assisted coding workflow. Rather than relying on memory or discipline, it automates pre-commit checks, tracks skill file modifications, and learns from session pitfalls -- turning the coding agent into a workflow-aware assistant.
The plugin is organized into two layers:
settings.json patternsAll commands are invoked as /brightraven-dev:<command> within a Claude Code session.
/brightraven-dev:pre-commit-checkPre-commit quality gate. Auto-detects the project's language and toolchain, runs all checks, and outputs a go/no-go verdict.
--staged to check only staged files where possible/brightraven-dev:agents-checkScans all installed coding agents and reports their version status.
--update shows update commands and asks for confirmation before running them./brightraven-dev:docs-auditAudits project documentation for references that do not match the actual codebase.
README.md, CLAUDE.md, DEVELOPMENT.md, CONTRIBUTING.md, CHANGELOG.md, and docs/**/*.md.--fix suggests corrections but waits for confirmation before editing./brightraven-dev:project-syncOne-way sync of project documentation to an Obsidian vault.
docs/, openspec/, CLAUDE.md, README.md, DEVELOPMENT.md, CONTRIBUTING.md, CHANGELOG.md, AGENTS.md./brightraven-dev:project-sync {project-path}/brightraven-dev:repo-indexGenerates a GitHub repository index as an Obsidian-compatible markdown file.
gh repo list to fetch all repos for a given GitHub account./brightraven-dev:repo-index [github-username] (defaults to devBrightRaven)/brightraven-dev:security-checkValidates deny-list coverage in ~/.claude/settings.json by simulating dangerous commands.
deny-check.mjs.settings.json without confirmation.npx claudepluginhub devbrightraven/brightraven-dev --plugin brightraven-devObsidian vault knowledge management commands for Claude Code — daily rhythm, concept archaeology, thinking tools, and work logging
Six-pillar AI behavior governance: Vision, Structure, Persistence, Direction, Heart, Awareness. Combines the best of PUA persistence, YES.md evidence gates, gstack product thinking, and washin verification loops — with empathy instead of pressure.
四季烏 meta-harness Layer 4 — six-axis personas (Kishi/Seiran/Shuen/Hakusō/Gen'en/Soen) for Claude Code. Slash-command skills + user agents shipped in agents/. Kishi coordinator must run as main thread (`claude --agent kishi`).
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.
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.
Automatically update project documentation based on code changes
Audit codebase documentation for accuracy, completeness, and freshness against actual code. Auto-fixes small discrepancies, reports structural changes. Companion to agent-ready.
Hand off context to any AI coding agent. Creates comprehensive handoff documents that capture the current task, progress, modified files, and all relevant context needed to seamlessly continue work in any AI assistant (Claude Code, Cursor, Copilot, Aider, etc.).
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review