logancyang

16 mods across 1 repository, 7.7k stars between them.

PreToolUse

01

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.

7.7k 2d ago A tokens not measured AGPL-3.0

code-reviewer

03

logancyang/obsidian-copilot

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…

7.7k 2d ago A 0 tokens AGPL-3.0

pr-pricing

04

logancyang/obsidian-copilot

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".

7.7k 2d ago A 51 tokens AGPL-3.0

prerelease

05

logancyang/obsidian-copilot

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…

7.7k 2d ago A 130 tokens AGPL-3.0

release

06

logancyang/obsidian-copilot

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…

7.7k 2d ago A 79 tokens AGPL-3.0

create-agent-issue

07

logancyang/obsidian-copilot

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…

7.7k 2d ago A 123 tokens AGPL-3.0

logancyang/obsidian-copilot

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.

7.7k 2d ago A 2,725 tokens AGPL-3.0

PLUGIN_DEV_GUIDE

13

logancyang/obsidian-copilot

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.

7.7k 2d ago A 0 tokens AGPL-3.0

STYLE_GUIDE

15

logancyang/obsidian-copilot

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.

7.7k 2d ago A 0 tokens AGPL-3.0

TESTING_GUIDE

16

logancyang/obsidian-copilot

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.

7.7k 2d ago A 0 tokens AGPL-3.0