
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
obsidian-dev-skills
Advanced tools
This repository contains centralized AI agent skills for Obsidian plugin and theme development. It provides a single source of truth for development guidance, patterns, and best practices.
obsidian-dev-skills/
├── obsidian-dev/ # Plugin development skills
├── obsidian-theme-dev/ # Theme development skills
├── obsidian-ops/ # Operations & workflows
└── obsidian-ref/ # Technical references
This package can be used as a development dependency in your Obsidian project.
# Using pnpm (Recommended)
pnpm add -D obsidian-dev-skills
# Using npm
npm install --save-dev obsidian-dev-skills
# Using yarn
yarn add -D obsidian-dev-skills
Run the initialization script to seed the .agent/skills/ folder and sync AGENTS.md. This also creates a project-specific skill template if one is missing.
# Using pnpm (Standard entry point)
pnpm obsidian-dev-skills
# Using npx (Universal entry point)
npx obsidian-dev-skills
# Manual execution
node node_modules/obsidian-dev-skills/scripts/init.mjs
Each project should also have a project/ skill in .agent/skills/project/ that contains:
When skills are updated in this repository, all linked projects automatically get the updates. No manual sync required.
Each project maintains its own sync-status.json file to track when reference materials were last updated.
Skills are maintained centrally to ensure consistency across all Obsidian projects. Updates should be made here and will automatically propagate to all linked projects.
FAQs
Agent skills for Obsidian plugin and theme development
The npm package obsidian-dev-skills receives a total of 21 weekly downloads. As such, obsidian-dev-skills popularity was classified as not popular.
We found that obsidian-dev-skills demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.