Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

agent-skills-toolkit

agent-skills-toolkit contém 39 skills coletadas de product-on-purpose, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
39
Stars
1
atualizado
2026-06-12
Forks
0
Cobertura ocupacional
4 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

askit-build-skill
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-30
cf-do-thing
Desenvolvedores de software

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

2026-05-30
co-caller
Desenvolvedores de software

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

2026-05-30
sf-caller
Desenvolvedores de software

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

2026-05-30
sf-do-thing
Analistas de garantia de qualidade de software e testadores

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

2026-05-29
sf-do-thing
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-28
lone-skill
Especialistas em gestão de projetos

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
Especialistas em operações de negócios, todos os outros

[unclosed list

2026-05-27
totally-different
Desenvolvedores de software

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

2026-05-27
vague
Especialistas em operações de negócios, todos os outros

Helps with stuff.

2026-05-27
do-thing
Desenvolvedores de software

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