Loading...
Loading...
Found 3,740 Skills
Orchestrate full development workflow. Use when implementing features, starting structured development, or user mentions "workflow" or "implement issues".
Implement a project from its documentation and specification. Use when asked to "implement project", "continue implementation", "build from docs", "implement from spec", or when the user wants to progressively implement a documented project following a todo checklist. Reads docs/, creates implementation plans and todo lists, and implements incrementally with tests and commits.
[Review & Quality] Review all uncommitted changes before commit
通过理解文件内容与使用场景的上下文,智能地在你的电脑中整理文件和文件夹:查找重复文件、建议更合理的目录结构,并自动执行清理任务。在无需手动费力整理的情况下,降低认知负担,让你的数字工作空间保持整洁有序。当准备归档旧项目、希望自动清理与重建目录结构时,使用该技能。
Pull request authoring standards — structured descriptions, linking issues, providing test evidence, and writing good summaries. Reference when creating or describing pull requests.
Create a PR for the current branch. Use when the user asks to create a pull request, submit PR, or says 'pr'.
Analyze how code changed over time. Use when investigating regressions, understanding why code was written a certain way, or finding when a behavior changed.
Orchestration mode for implementation tasks. Manages the plan → code → review loop. Use /orchestrate <requirements> or let /implement invoke it.
Commit recent changes that haven't yet been commited.
Create and publish proprietary skills for the AIOS system. Use when asked to create a new skill, build a skill, make a skill, write a skill, or publish a skill. Also use when converting a workflow or process into a reusable skill, or when user says new AIOS skill or references the aios-skills repository. Do NOT use for installing marketplace skills or editing existing community skills.
Test, commit, and push in one atomic workflow. Runs Go and Python tests, commits with conventional message, pushes to current branch.
Fetches and classifies PR review feedback with context isolation. Returns structured JSON with thread IDs for deterministic resolution. Use when analyzing PR comments before addressing them.