Skip to main content

このリポジトリの skills

richfrem/agent-plugins-skills - 3ページ

SkillsMP は richfrem/agent-plugins-skills から 138 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

richfrem/agent-plugins-skills

収集済み skill 138 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Synchronizes the agent environments. Looks at the inventory (plugin-sources.json) and reinstalls all skills and plugins from the sources indicated. Also cleans up any orphaned artifacts from removed plugins. Trigger when the user asks to "sync plugins",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Read and manipulate Obsidian Bases (.base) files - YAML-based database views that render as tables, cards, and grids inside the vault. Use when reading, appending rows, or updating cells in a Base file.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Programmatically create and manipulate Obsidian Canvas (.canvas) files using JSON Canvas Spec 1.0. Enables agents to generate visual flowcharts, architecture diagrams, and planning boards. Use when creating or editing visual canvas files.

原文の言語: 英語

更新
職業分類
ファイル事務員
説明

Semantic link traversal for Obsidian Vaults. Builds an in-memory graph index from wikilinks and provides instant forward-link, backlink, and multi-degree connection queries. Use when exploring note relationships or finding orphaned notes.

原文の言語: 英語

更新
職業分類
図書館事務補助
説明

Initialize and onboard a new project repository as an Obsidian Vault. Covers prerequisite installation, vault configuration, exclusion filters, and validation. Use when setting up Obsidian for the first time in a project.

原文の言語: 英語

更新
職業分類
ワープロ・タイピスト
説明

Core markdown syntax skill for Obsidian. Enforces strict parsing and authoring of Obsidian proprietary syntax (Wikilinks, Blocks, Headings, Aliases, Embeds, Callouts). Use when reading, writing, or validating Obsidian-flavored markdown.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Safe Create/Read/Update/Delete operations for Obsidian Vault notes. Implements atomic writes, advisory locking, concurrent edit detection, and lossless YAML frontmatter handling. Use when reading, writing, updating, or appending to any vault note.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Audit RLM cache coverage - compare manifest against filesystem

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Audit Vector DB coverage -- compares the live filesystem manifest against the ChromaDB index to identify coverage gaps.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Removes stale and orphaned chunks from the ChromaDB vector store for files that have been deleted or renamed. Use after files are removed or moved to keep the vector index in sync with the filesystem. <example> user: "Clean up the vector store after I deleted…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Ingests repository files into the ChromaDB vector store. Builds or updates the vector index from a manifest or directory scan using ingest.py. Use when new files need to be indexed or the vector store is out of date. <example> user: "Index these new plugin…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Start the Native Python ChromaDB background server. Use when semantic search returns connection refused on port 8110, or when the user wants to enable concurrent agent read/writes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

ADR management skill. Auto-invoked for generating architecture decisions, documenting design rationale, and maintaining the decision record log. Uses native read/write tools to scaffold and update ADR markdown files.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Translate .mmd diagram files into PNG images with configurable resolution (retina/HQ/scale), supporting rasterization (raster, rasterize, rasterization). V2 includes L5 Delegated Constraint Verification via verify_png for strict binary linting and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Download primitives for HuggingFace assets - files, folder snapshots, and model weights with exponential backoff on rate limits. Use when pulling models, datasets, or caches from HuggingFace to the local environment.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Initialize HuggingFace integration - validates .env variables, tests API connectivity, and ensures the dataset repository structure exists. Use when onboarding a new project to HuggingFace or when credentials change.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Upload primitives for HuggingFace Soul persistence - file, folder, snapshot, JSONL append, and dataset card management with exponential backoff. Use when persisting agent learnings, snapshots, or semantic caches to HuggingFace.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Trigger with "run self-audit", "test the analyzer", "regression test the plugin analyzer", "audit the agent-scaffolders", or "verify the analyzer works correctly". Runs the analyze-plugin skill against the agent-scaffolders itself and its test fixtures as a…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Conducts a full-system adversarial audit of agent plugins, skills, and orchestration against enforced runtime contracts using deep reasoning (GPT5.5-equivalent thinking).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

SME-facing front-door skill for Agentic OS ecosystem evolution. Invokes the os-architect interview flow: classifies intent, audits existing capabilities, proposes evolution path (orchestrate / update / create), and dispatches work. Use when evolving plugins,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Activate when the user wants to compile an APM package into top-level context documents such as AGENTS.md, CLAUDE.md, or GEMINI.md, especially for Codex, Gemini, OpenCode, or agents-protocol style hosts. Do not use when the user only needs per-skill…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Activate when the user wants to add APM governance, lockfile/audit readiness, or multi-runtime package management to an existing Claude/Copilot/agent plugin, or explicitly convert a plugin into an APM-native package.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Activate when the user wants to create a new APM-native package from scratch for reusable agent skills, agents, commands, hooks, MCP configuration, prompts, or governance-managed agent assets. Do not use this for existing plugin migration; use…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Activate when the user wants to install, deploy, test, or materialize an APM package into runtime directories such as .agents/, .github/, .claude/, .cursor/, .gemini/, .codex/, .opencode/, or .windsurf/. Use after creating or converting an APM package.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Automatically updates the plugin/skill/agent counts in README.md based on the current plugins/ directory.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Provides sandboxing validation, HMAC key rotation, and budget verification to manage security boundaries under Agentic Group Theory (AGT).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Provides validation, setup guidance, and a local test harness simulator to run skills within the Microsoft Agent Framework (MAF).

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Use when starting any conversation - establishes how to find and follow the business exploration workflow.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

End-to-end pipeline that transforms an undocumented vibe-coded prototype into a Spec Kit-compatible specification package and a Superpowers-ready implementation handoff, including characterization tests, domain extraction, architecture decisions, task…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

(Industry standard: Meta-Learning System / Automated Autoresearch) Primary Use Case: Continuous, self-improving orchestration of an agentic system over multiple sessions. Use when: building a continuous improvement layer that autonomously identifies workflow…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate Mermaid flowcharts documenting business processes, state machines, and workflow logic from session captures. Use when you need to map multi-step processes, approval flows, user journeys, or decision trees during exploration. Trigger with "map this…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Interactive co-authoring skill for the narrow end of the exploration funnel. Synthesizes session briefs, BRDs, story sets, and prototype notes into a structured handoff package targeted at the correct downstream consumer (e.g., formal software specs,…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Interactive co-authoring skill for the wide end of the exploration funnel. Captures and refines the core intent, whether the outcome is a software app, a business process improvement, research analysis, or strategic roadmap. Guides users through gathering…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Orchestrates the full prototype build cycle for a Subject Matter Expert. Coordinates layout confirmation and component building — it does not build components directly. Acts as the single entry point for all prototype-related requests. Trigger phrases: "build…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Distills wiki source files into the RLM summary layer (summary.md, bullets.md, deep.md) using the cheapest available LLM CLI. Routes to Copilot gpt-5-mini first, then Claude Haiku, then Gemini Flash. Never uses Ollama. Use when wiki nodes need RLM summaries…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Runs a semantic health check over the Obsidian LLM wiki using the cheapest available LLM CLI. Finds inconsistencies, missing concepts, stale articles, connection candidates, and new article suggestions. Writes a structured report to meta/lint-report.md. Use…

原文の言語: 英語

更新
職業分類
作家・著者
説明

This skill should be used when the user wants to "humanize this", "make this sound less AI", "rewrite this naturally", "remove AI patterns", "make this more conversational", "this sounds robotic", "edit for voice or tone", or pastes text that reads like LLM…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Specialized Quality Assurance Operator for documentation link integrity and scans. Automatically handles automated link validation, auditing, fixing, and repairing broken documentation links and docs paths across repositories, with guidance on when to commit…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Builds an executable safety net of characterization tests by integrating browser flow recording, API payload snapshotting, DOM state captures, network traces, and mock fixture generation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Progressively migrates legacy prototype routes and features to a clean architecture layer slice-by-slice, verifying them against characterization tests, running purity/drift checks, and executing completion certifications.

原文の言語: 英語

更新
収集済み skill 138 件中 40 件を表示しています。