PreToolUse
01Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing enforce-brevilabs-skills.py. From logancyang/obsidian-copilot.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing enforce-brevilabs-skills.py. From logancyang/obsidian-copilot.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Agent Claude Code
Use this agent when you need a senior software engineer's perspective on code quality, focusing on simplification, minimalism, and elegance. This agent should be invoked after writing or modifying code to ensure it follows best practices and is as clean as possible. Examples:\n\n \nContext: The user has just written a…
Agent Claude Code
Use this agent to size and price a PR (or list of PRs) based on the project's PR pricing tiers. Provide PR numbers as the prompt. Example: "Price PRs #2100 #2101 #2102".
Agent Claude Code
Use this agent to create a prerelease PR that triggers the automated GitHub Actions release workflow with the --prerelease flag set on the resulting GitHub Release. It bumps the version using a prerelease tag (e.g., 3.2.9-beta.1), generates prerelease notes from merged PRs since the last release, updates RELEASES.md…
Agent Claude Code
Use this agent to create a release PR that triggers the automated release workflow. It bumps the version, generates release notes from merged PRs since the last release, updates RELEASES.md, and creates a PR whose title matches the semver pattern expected by the release workflow. Use when the user says "create a…
Skill Claude CodeCodex
Create a single high-quality GitHub issue in logancyang/obsidian-copilot-preview from a TODO item, design-doc punch list entry, or ad-hoc feature/bug request. Each invocation is exactly one issue end-to-end: investigate the surface in src/, draft against the standard, ensure labels exist, push via gh, and (if a source…
Cursor rule Cursor
Always use functions from logger.ts for logging.
Cursor rule Cursor
Use "npx" command to run test.
Instructions file CodexOpenCode
AGENTS.md instructions for logancyang/obsidian-copilot, covering agents.md, commands, core principles (apply to every change), task-specific guides and important notes.
Instructions file
Claude Code instructions for logancyang/obsidian-copilot, a project described as: THE Copilot in Obsidian.
Agent
When and how to update the user-facing docs in docs/.
Agent
Obsidian-specific runtime concerns: how to reach the app, how to make network requests, and how to stay correct across pop-out windows. Read this when touching plugin runtime code rather than pure logic.
Agent
Conventions for running a multi-step development session in this repo.
Agent
Detailed coding conventions for this repo. The cross-cutting principles in AGENTS.md (generalizable solutions, referential stability, comment-the-why, no direct console calls) always apply; this guide carries the full detail behind the language, comment, styling, and code-structure rules.
Agent
How to test the Copilot plugin across three layers — unit, integration, and end-to-end. Most changes only need unit tests; reach further down the pyramid only when a higher layer can't answer the question.