bear-skills
01Plugin Claude Code
Plugin marketplace listing 1 plugin: bear-skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: bear-skills.
Plugin Claude Code
A plugin collection containing rules, skills, and agents for several areas, including Obsidian note-taking, Git workflows, site reliability, Kubernetes, content production, and agent operations. A plugin is a package that adds capabilities to a coding agent.
Instructions file CodexOpenCode
Repository instructions explaining bear-skills, a collection of Claude Code rules, skills, and agents organized into separate domains.
Agent
A read-only codebase search agent that finds where requested code, values, or behavior are defined and used. It returns file paths, line numbers, symbol names, and short notes, without changing code.
Agent
A code-review agent that reads a diff—the set of changes between versions—and reports problems in Russian, one finding per line.
Agent
A narrowly scoped coding agent for making one known, isolated change in no more than two files. It reports the files changed and the verification result.
Agent
A content-editing agent that takes an idea or source material through format selection, drafting, revision and publication. It supports posts, articles and tutorials.
Agent
An agent that coordinates a Git change from branch creation through commits and pull-request preparation, with release tagging when needed.
Agent
An Obsidian inbox-triage agent for processing unorganised notes. Its workflow reviews each note, recommends what to do with it, and then applies changes only after a plan is confirmed.
Agent
A specialised agent for keeping a personal knowledge base in Obsidian, a note-taking application. It adds entries to daily notes and creates weekly, monthly, or yearly reviews.
Agent
An Obsidian knowledge-base maintenance agent focused on keeping linked notes and maps of content organised. Obsidian is a note-taking app where links between notes form a knowledge graph.
Agent
A specialized agent for reviewing and enriching one Obsidian note at a time. Obsidian is a note-taking app that stores linked Markdown files; this agent checks note metadata, contradictions, weak reasoning, and missing links or context.
Agent
An agent for turning one outside source, such as an article, book, video, or lecture note, into linked notes in an Obsidian knowledge base.
Agent
An agent that coordinates production-incident response from alert and severity assessment through diagnosis, mitigation, resolution, and a postmortem.
Command
A diagnostic command for checking why a bear-skills add-on is not being triggered. It examines domain requirements, broken links, installation channels, name conflicts, and overlapping triggers.
Command
A command that shows which bear-skills add-ons have been triggered and which have not. It can limit the report to a chosen time period.
Command
A command that reports the current state of the bear-skills collection, including its domains, skills, installation status, and requirements. A domain groups related skills.
Skill Claude CodeCodex
A response-setting skill that makes answers shorter at one of three levels while preserving the user's language and important details.
Skill Claude CodeCodex
A session-monitoring skill that places a fixed marker at the start of each reply and checks whether the agent still remembers the session rules, current task, and constraints. It also defines a checkpoint and restart procedure for long sessions.
Skill Claude CodeCodex
A guide for shortening agent memory files such as CLAUDE.md or AGENTS.md while preserving commands, paths, names, and other required details.
Skill Claude CodeCodex
A guide for deciding whether a coding task should be handled directly or delegated to a subagent, and for defining the short output the subagent must return.
Skill Claude CodeCodex
A diagnostic skill for bear-skills installations. It checks missing requirements, broken symbolic links, duplicate installation methods, name collisions, and overlapping triggers.
Skill Claude CodeCodex
A reference card for the bear-skills collection, which lists available domains and skills and explains how to install, remove, or disable them. It gets the current list from the bear-skills command-line tool rather than relying on memory.
Skill Claude CodeCodex
A template-driven tool for creating a new reusable coding-agent skill in the bear-skills collection. It includes instructions, documentation, and a basic evaluation structure.