Agent SKILL for Obsidian.md plugin development
Supply asset profile
Code review, repo analysis, testing, CI, GitHub, DevOps, and developer workflow skills.
Scenario
Coding agents
I need a coding agent that can understand a repository, edit code, and review pull requests.
Agent fit
Claude Code + OpenAI Agents + CLI
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add gapmiss/obsidian-plugin-skill
Maintenance
fresh
Pushed today
Risk
Needs review
Permission surface may require sandboxing
GitHub quality
174
97/100 quality · 81/100 trust
Coverage tags
Review notes
Permission surface may require sandboxing · Permission surface needs review: shell or command execution, filesystem or document access
Agent adoption scorecard
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
ExcellentHigh-confidence pick with strong adoption and healthy maintenance signals.
Trust
Sandbox onlyUseful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
Audit
Needs reviewInstall readiness, security metadata, maintenance, and adoption risk.
Trust Score v5
Run only in a sandbox and compare close alternatives before using it for real work.
Stars
174 GitHub stars
Repo activity
174 stars, 15 forks
Maintenance
Pushed today
License
MIT
Install
npx skills add gapmiss/obsidian-plugin-skill
Install safety
standard package or runtime install path
Permission surface
shell or command execution, filesystem or document access
Agent outcomes
No agent outcome data yet
Docs
Strong README/SKILL.md context
Risk summary
Install readiness
Agent-readable metadata
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
Suited agents
Install decision
Trust and risk
Outcome loop
Install command
npx skills add gapmiss/obsidian-plugin-skillDo not use when
Agent safety v2
Usable candidate, but the agent should surface permission and audit notes before installation.
Require human approval before installing into a real workspace.
high
Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
medium
Skill likely fetches remote pages, APIs, repositories, or external services.
medium
Skill may read or write project files, documents, generated artifacts, or local workspace state.
Install targets
Copy the registry command or an agent-specific install prompt for Codex, Claude Code, and Cursor.
Use the registry command when your workflow supports the OpenAgentSkill installer.
$ npx skills add gapmiss/obsidian-plugin-skillAgent resolve plan
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Resolve JSON
/api/agent/resolve?task=Use%20Obsidian%20Plugin%20Skill%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20Obsidian%20Plugin%20Skill%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/gapmiss-obsidian-plugin-skill/install
Agent should check
Copy prompt
Task: Use Obsidian Plugin Skill in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20Obsidian%20Plugin%20Skill%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/gapmiss-obsidian-plugin-skill/install
Install command: npx skills add gapmiss/obsidian-plugin-skill
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/gapmiss-obsidian-plugin-skill/install
LLM text format
/api/skills/gapmiss-obsidian-plugin-skill/install?format=text
Find alternatives
/api/skills/search?q=Obsidian%20Plugin%20Skill&limit=3
Agent prompt
Use Obsidian Plugin Skill for this task. Review https://www.openagentskill.com/api/skills/gapmiss-obsidian-plugin-skill/install, then install with: npx skills add gapmiss/obsidian-plugin-skillRegistry metadata
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/gapmiss-obsidian-plugin-skill
LLM text
/api/registry/manifest/gapmiss-obsidian-plugin-skill?format=text
Install alias
/api/registry/install/gapmiss-obsidian-plugin-skill
Recommend
/api/registry/recommend?task=Use%20Obsidian%20Plugin%20Skill%20in%20an%20agent%20workflow&limit=3
Agent fit
Coding agents
Use-case tags
Platforms
JavaScript, Claude Code, OpenAI Agents
Audit report
Review install readiness, maintenance, trust, quality, and metadata warnings before adding this skill to an agent workflow.
Agent decision cockpit
Use this as a leading candidate, then validate the README and install path in your own agent stack.
Role in stack
Primary pick
Primary fit
Coding agents
Trust label
Production-ready
Install path
Command ready
Use when
Evidence
Review first
Implementation path
Trust profile
Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
GitHub adoption
INFO174 GitHub stars
Stars/forks activity
CHECK174 stars, 15 forks; issue activity unavailable in current metadata
Recent maintenance
PASSPushed today
License clarity
PASSMIT
Good signals
Review before install
Recommended action
Run only in a sandbox and compare close alternatives before using it for real work.
Quality profile
High-confidence pick with strong adoption and healthy maintenance signals.
Workflow fit
Build and ship code
I need a coding agent that can understand a repository, edit code, and review pull requests.
Manage repositories
I need my agent to triage GitHub issues, review pull requests, and summarize repository changes.
Search private knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Workflow fit
Inspect, patch, and verify code
A workflow for software agents that inspect repositories, review pull requests, generate tests, and turn findings into shippable patches.
Ingest, retrieve, and cite
A workflow for document-heavy agents that ingest files, create searchable knowledge, retrieve relevant context, and answer with grounded sources.
Operate and verify web apps
A workflow for agents that navigate products, fill forms, take screenshots, and verify real user flows across web applications.
Alternative shortlist
Similar skills in this category, ranked with the same readiness and quality signals.
A comprehensive collection of ready-to-use scientific and research skills for AI agents.
A curated list of resources and tools for enhancing Claude AI workflows.
A collection of practical, installable AI agent skills for disk cleanup, AI news retrieval, and project management, following the Agent Skills standard.
# Obsidian Plugin Development - Agent Skill
A comprehensive agent skill for developing high-quality Obsidian plugins that follow best practices, pass code review, and adhere to official submission guidelines.
## Overview
This skill provides your coding agent with deep knowledge of Obsidian plugin development standards, including:
- ESLint rules from `eslint-plugin-obsidianmd` v0.4.1 - Official Plugin Guidelines from Obsidian documentation - Submission via community.obsidian.md and Scorecard optimization - Memory management and lifecycle best practices - Security guidelines and XSS prevention - Platform compatibility (including iOS considerations) - Network request best practices (requestUrl vs fetch)
## Prerequisites
- A coding agent supporting the [Agent Skills standard](https://agentskills.io) (Claude Code, OpenAI Codex, or Windsurf) - An Obsidian plugin project (or starting a new one)
## Installation
### Quick Install
```bash npx skills add https://github.com/gapmiss/obsidian-plugin-skill --skill obsidian ```
### Setup
#### Option 1: Installer Script (Recommended)
1. Clone this repository: ```bash git clone https://github.com/gapmiss/obsidian-plugin-skill.git cd obsidian-plugin-skill ```
2. Run the installer: ```bash ./install-skill.sh ```
3. Select your provider(s): - **All providers** — installs to both `.agents/skills/` and `.claude/skills/` - **Claude Code** — installs to `.claude/skills/` with slash commands - **Codex (OpenAI)** — installs to `.agents/skills/` - **Windsurf** — installs to `.agents/skills/`
4. Choose installation target (current directory or custom path)
#### Option 2: Manual Install
<details> <summary>Claude Code</summary>
```bash git clone https://github.com/gapmiss/obsidian-plugin-skill.git cd obsidian-plugin-skill
# Copy skill mkdir -p your-project/.claude/skills/obsidian cp -r .agents/skills/obsidian/* your-project/.claude/skills/obsidian/
# Copy slash commands mkdir -p your-project/.c
Frameworks & Tools
Decision snapshot
recent repository activity
Audit snapshot
Install and adoption review
Agent-proven evidence
Outcome reports after resolve, review, install, and one narrow run.
No agent outcome data yet. The first agent run can report success, setup needs, risk blocks, failure, or not-relevant through /api/agent/outcome.
Install
Free and open source. Review the audit before production use.
Growth loop
Scenario-led draft for Obsidian Plugin Skill, ready for a manual X post.
Most coding agents don't fail from lack of model power. They fail when repo context disappears. Obsidian Plugin Skill gives coding agents a repeatable way to plan, patch, review, o... 174 stars https://www.openagentskill.com/skills/gapmiss-obsidian-plugin-skill?ref=x #AIAgents
Listing + install path for Obsidian Plugin Skill: https://www.openagentskill.com/skills/gapmiss-obsidian-plugin-skill?ref=x Install: npx skills add gapmiss/obsidian-plugin-skill
Listing source
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
This community indexed listing is attributed to gapmiss but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
Creator backlink kit
Show the canonical listing, current trust and audit signals, and real Agent Proven evidence where developers evaluate the repository.
[](https://www.openagentskill.com/skills/gapmiss-obsidian-plugin-skill)
[](https://www.openagentskill.com/skills/gapmiss-obsidian-plugin-skill)
[](https://www.openagentskill.com/skills/gapmiss-obsidian-plugin-skill/audit)
[](https://www.openagentskill.com/skills/gapmiss-obsidian-plugin-skill)gapmiss✓
@gapmiss
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Sandbox only
Claude Scientific Skills
A comprehensive collection of ready-to-use scientific and research skills for AI agents.
31.2K stars · 0 installsAwesome Claude Skills
A curated list of resources and tools for enhancing Claude AI workflows.
65.9K stars · 0 installsKhazix Skills
A collection of practical, installable AI agent skills for disk cleanup, AI news retrieval, and project management, following the Agent Skills standard.
17.8K stars · 0 installs