Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agent-skills-toolkit

agent-skills-toolkit 收录了来自 product-on-purpose 的 39 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
39
Stars
1
更新
2026-06-12
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

askit-build-skill
软件开发工程师

Creates and improves agentskills.io skills to the Advanced Skill Library Standard. Use when you need to author a new SKILL.md, scaffold a skill directory, or raise an existing skill's conformance and description quality.

2026-06-12
askit-evaluate
软件质量保证分析师与测试员

Evaluates a skill or plugin against the Advanced Skill Library Standard across three modes, producing deterministic conformance findings and a tier, an opt-in behavioral pass, and a qualitative review. Use when you want to audit conformance, judge whether a skill behaves and triggers correctly, get a qualitative review, or see what blocks the next tier.

2026-06-12
linkrot
项目管理专家

Converts a meeting transcript into a decision log. Use when the user asks to extract decisions, action items, or owners from a transcript.

2026-06-12
askit-migrate
软件开发工程师

Assesses an existing skills repository against the Advanced Skill Library Standard, produces a staged bring-to-conformance plan, and writes the minimal canonical manifest so the repo becomes gradeable. Use when adopting a foreign or ad-hoc skills repo, migrating a Claude-only plugin toward cross-agent conformance, or planning a Bronze-to-Silver upgrade path.

2026-06-05
askit-release
软件开发工程师

Builds and validates a plugin's release by computing the version, promoting the changelog, curating the release notes, and running the readiness gate, to the Advanced Skill Library Standard. Use when cutting a release, bumping the plugin version, updating the changelog or release notes, or checking release readiness.

2026-06-05
askit-backlog
软件开发工程师

Creates, triages, and prunes a plugin's two backlogs (new-component proposals and enhancements) to the Advanced Skill Library Standard. Use when capturing a new-component proposal through the why-gate, prioritizing backlog items, or removing stale or completed entries.

2026-06-03
askit-build-agents-md
软件开发工程师

Creates and improves a plugin's AGENTS.md (the agent navigation and instructions entrypoint) to the Advanced Skill Library Standard. Use when you need to author or sync AGENTS.md, align it with the component index, or trim an overgrown one to essential, mostly-positive guidance.

2026-06-03
askit-build-chain-contract
软件开发工程师

Creates and improves a plugin's chain contract (agents/_chain-permitted.yaml) to the Advanced Skill Library Standard. Use when a skill or subagent invokes another component and you need to declare the permitted inter-component invocations, or to resolve S4 orphan or phantom findings.

2026-06-03
askit-build-command
软件开发工程师

Creates and improves Claude slash commands (commands/<name>.md) that map to a skill, to the Advanced Skill Library Standard. Use when you need to give a skill an explicit /command entry point or raise an existing command's conformance.

2026-06-03
askit-build-docs
软件开发工程师

Creates and improves a plugin's documentation across modes (readme, quickstart, tutorial, how-to, reference, glossary, faq, troubleshooting, architecture, folder-readme, and an Astro Starlight docs site) to the Advanced Skill Library Standard. Use when authoring or refreshing docs, scaffolding a folder README, standing up a docs site, or aligning documentation with the component index.

2026-06-03
askit-build-hook
软件开发工程师

Creates and improves event-driven hooks (Advanced tier) for a plugin to the Advanced Skill Library Standard. Use when you need to add a hook, enforce a guard on a tool or session event, inject context, or document a hook's event, scope, and failure behavior.

2026-06-03
askit-build-mcp
软件开发工程师

Creates and improves MCP server definitions (a portable .mcp.json) for a plugin to the Advanced Skill Library Standard. Use when you need to add an MCP server to a plugin, author or extend .mcp.json, or wire the per-target mcpServers manifest pointer.

2026-06-03
askit-build-output-style
软件开发工程师

Creates and improves Claude Code output styles (Claude-only response-mode definitions) to the Advanced Skill Library Standard. Use when you need to author a custom output style for Claude Code, define a response mode, or improve an existing output style.

2026-06-03
askit-build-samples
软件开发工程师

Creates and validates a skill's sample sets and eval sets (golden examples, anti-examples, and triggering cases) and detects drift against current behavior. Use when generating samples for a skill, building an eval set, or checking samples for drift.

2026-06-03
askit-build-settings
软件开发工程师

Creates and improves a plugin's settings and permissions per target and recommends least-privilege allowlists. Use when authoring settings, scoping permissions, wiring environment variables, or registering hooks in settings.

2026-06-03
askit-build-statusline
软件开发工程师

Creates and improves a Claude Code status line script and its settings registration. Use when authoring a status line, customizing what the status line shows, or wiring its settings entry.

2026-06-03
askit-build-subagent
软件开发工程师

Creates and improves Claude subagents (agents/<name>.md) to the Advanced Skill Library Standard. Use when you need to author a new subagent, scaffold an agents/ delegate, declare its tools and chain, or raise an existing subagent's conformance.

2026-06-03
askit-build-workflow
软件开发工程师

Creates and improves workflows (an ordered multi-skill arc) for a plugin to the Advanced Skill Library Standard. Use when a recurring sequence of skills is worth formalizing as a workflow, when you need to author a _workflows file with steps and exit criteria, or to resolve S5 workflow findings.

2026-06-03
askit-capability-advisor
软件开发工程师

Reports which component types a target agent can run and recommends a conformance tier before a plugin is built, mapping Claude Code and Codex capabilities to the Advanced Skill Library Standard's component types. Use when choosing agent-targets, checking whether a component is portable across agents, or deciding which tier to aim for.

2026-06-03
askit-decision
软件开发工程师

Creates and maintains a plugin's decision records (MADR ADRs) and RFCs in docs/internal, and the summary TL;DR companion for long decision docs. Use when recording an architecture decision, drafting an RFC to evolve the Standard, or generating the TL;DR for a decision doc.

2026-06-03
askit-deprecate
软件开发工程师

Validates and records a component's deprecation (status, replacement, and removal target) and keeps deprecated components validating until removal. Use when deprecating a component, recording its replacement, or checking the deprecation contract.

2026-06-03
askit-init-marketplace
软件开发工程师

Creates and validates a marketplace index that catalogs plugins for Claude Code and Codex, checking each entry, its plugin reference, and version consistency. Use when standing up a marketplace, adding a plugin to a marketplace, or validating marketplace entries.

2026-06-03
askit-init-plugin
软件开发工程师

Creates a starting plugin that satisfies the Bronze anatomy and onboards the maintainer, in three modes (interview, questionnaire, hybrid). Use when starting a new plugin from scratch, onboarding a maintainer, or generating a scaffolding questionnaire.

2026-06-03
askit-template-manager
软件开发工程师

Creates and maintains a plugin's global templates directory so the scaffolders produce consistent components. Use when adding a template, updating an existing one, or keeping templates in sync with the component shapes they scaffold.

2026-06-03
replace-with-kebab-case-name-matching-this-directory
软件开发工程师

REPLACE - state what the skill does AND when to use it, with concrete trigger keywords. One to two sentences. Third person. Avoid "helps with".

2026-06-03
td-skill
软件质量保证分析师与测试员

Creates a thing and validates it. Use when the frontmatter tier must be mirrored by the library.json entry for the mirroring test.

2026-06-02
sd-skill
软件开发工程师

Creates a thing and validates it. Use when the frontmatter status must be mirrored by the library.json entry for the mirroring test.

2026-06-01
cd-skill
软件开发工程师

Does a thing with data. Use when the user asks to process or transform a dataset.

2026-05-30
cf-do-thing
软件开发工程师

Converts CSV input into a formatted summary. Use when the user asks to summarize spreadsheet data.

2026-05-30
co-caller
软件开发工程师

Declares it invokes co-worker, which the chain contract does not permit. Use to exercise S4 orphan detection.

2026-05-30
sf-caller
软件开发工程师

Calls the worker subagent to do a thing. Use when delegating work to sf-worker.

2026-05-30
sf-do-thing
软件质量保证分析师与测试员

Does the one thing this fixture needs. Use when validating the missing-codex-manifest anti fixture for S6.

2026-05-29
sf-do-thing
软件开发工程师

Converts CSV input into a formatted summary. Use when the user asks to summarize or tabulate spreadsheet data.

2026-05-28
cd-on-disk-only
软件开发工程师

Converts CSV input into a formatted summary. Use when the user asks to summarize or tabulate spreadsheet data.

2026-05-28
lone-skill
项目管理专家

Converts a list of tasks into a prioritized plan. Use when the user asks to order, rank, or sequence work items by priority.

2026-05-28
broken
其他业务运营专家

[unclosed list

2026-05-27
totally-different
软件开发工程师

Renders a Markdown document to PDF. Use when the user asks to export or convert notes to PDF.

2026-05-27
vague
其他业务运营专家

Helps with stuff.

2026-05-27
do-thing
软件开发工程师

Converts a CSV file into a formatted summary table. Use when the user asks to summarize, tabulate, or report on CSV or spreadsheet data.

2026-05-27