Skip to main content

paralleldrive/aidd

SkillsMP 已收集 paralleldrive/aidd 中的 35 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
35
GitHub 星标
379
GitHub Forks
33

已展示 35 / 35 个已收集 Skill。

职业分类
软件开发工程师
描述

Reflective Thought Composition. Structured thinking pipeline for complex decisions, design evaluation, and deep analysis. Use when quality of reasoning matters more than speed of response.

原文语言:英语

更新
职业分类
技术写作员
描述

Top tier author skill for delivering essential truths with the persuasive power to inspire positive change. Use when writing, reviewing, editing, or scoring any content.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guide for crafting high-quality AIDD skills. Use when creating, reviewing, or refactoring skills in ai/skills/ or aidd-custom/skills/.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Security rule for timing-safe secret comparison. Use SHA3-256 hashing instead of timing-safe compare functions. Use when reviewing or implementing secret comparisons, token validation, CSRF tokens, or API key checks.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Triage PR review comments, resolve already-addressed threads, and delegate /aidd-fix prompts for remaining issues. Use when a PR has open review comments that need to be triaged, resolved, or delegated to sub-agents.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Agent orchestrator that coordinates specialized agents for software development tasks. Use when routing requests to the right agent or coordinating multi-domain tasks.

原文语言:英语

更新
职业分类
软件开发工程师
描述

General AI assistant for software development projects. Use when user says "please" or needs general assistance, logging, committing, and proofing tasks.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Teaches agents how to write correct riteway ai prompt evals (.sudo files) for multi-step flows that involve tool calls. Use when writing prompt evals, creating .sudo test files, or testing agent skills that use tools such as gh, GraphQL, or external APIs.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Run a sequential pipeline of tasks defined in a markdown file: parse the list, then delegate each step to an isolated subagent via the Task tool. Use when the user points to a .md command/task list, wants batched agent steps, or says to run a pipeline…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate /aidd-fix delegation prompts for a list of tasks and optionally dispatch them to sub-agents in dependency order. Use when fanning work out to parallel sub-agents, generating fix delegation prompts for multiple tasks, or coordinating multi-task…

原文语言:英语

更新
职业分类
项目管理专家
描述

Write functional requirements for a user story. Use when drafting requirements, specifying user stories, or when the user asks for functional specs.

原文语言:英语

更新
职业分类
项目管理专家
描述

Systematic task and epic planning and execution. Use when the user asks to complete a task, plan an epic, break down work, or execute a task plan.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Quick cheat sheet for SudoLang syntax. Use when writing or reading SudoLang pseudocode, interfaces, constraints, or function definitions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforces React component authoring best practices. Use when creating React components, binding components, presentations, useObservableValues, or when the user asks about React UI patterns, reactive binding, or action callbacks.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Conduct a thorough code review focusing on code quality, best practices, security, test coverage, and adherence to project standards and functional requirements. Use when reviewing code, pull requests, or completed epics.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Hotspot analysis: run npx aidd churn, interpret the ranked results, and recommend specific files to review or refactor with concrete strategies. Use before a PR review, before splitting a large diff, or when asked to identify the highest-risk code in a…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Systematic test-driven development with proper test isolation. Use when implementing code changes, writing tests, or when TDD process guidance is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create and transpile Autodux Redux state management dux objects. Use when building Redux state management, defining reducers, action creators, or selectors.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforces @adobe/data/ecs best practices. Use this whenever @adobe/data/ecs is imported, when creating or modifying Database.Plugin definitions, or when working with ECS components, resources, transactions, actions, systems, or services.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use the error-causes library for structured error handling in JavaScript/TypeScript. Use when throwing errors, catching errors, defining error types, or implementing error routing.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Fix a bug or implement review feedback following the AIDD fix process. Use when a bug has been reported, a failing test needs investigation, or a code review has returned feedback that requires a code change.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Isolate network I/O and side effects using the saga pattern with call and put. Use when making network requests, invoking side effects, or implementing Redux sagas.

原文语言:英语

更新
职业分类
软件开发工程师
描述

JavaScript and TypeScript best practices and guidance. Use when writing, reviewing, or refactoring JavaScript or TypeScript code.

原文语言:英语

更新
职业分类
信息安全分析师
描述

JWT security review patterns. Use when reviewing or implementing authentication code, token handling, session management, or when JWT is mentioned.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Enforces UI component layout and composition patterns. Use when designing layouts, creating UI components, spacing, gaps, or when the user asks about component hierarchy, terminal vs layout components, or re-render efficiency.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforces Lit element authoring best practices. Use when creating Lit elements, binding elements, presentations, DatabaseElement, useObservableValues, or when the user asks about Lit UI patterns, reactive binding, or action callbacks.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Document completed epics in a structured changelog with emoji categorization. Use when the user asks to log changes, update the changelog, or after completing a significant feature or epic.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Ensures types and related functions are authored and consumed in a modular, discoverable, tree-shakeable pattern. Use when creating types, refactoring type folders, defining schemas, importing types, or when the user mentions type namespaces, constants, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforces Observe pattern best practices from @adobe/data/observe. Use when working with Observe, observables, reactive data flow, service Observe properties, or when the user asks about Observe.withMap, Observe.withFilter, Observe.fromConstant,…

原文语言:英语

更新
职业分类
项目管理专家
描述

Plan features, user stories, user journeys, and conduct product discovery. Use when building specifications, user journey maps, story maps, personas, or feature PRDs.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforces asynchronous data service authoring best practices. Use when creating front-end or back-end services, service interfaces, Observe patterns, AsyncDataService, or when the user asks about service layer, data flow, unidirectional UI, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Tech stack guidance for NextJS + React/Redux + Shadcn UI features. Use when implementing full stack features, choosing architecture patterns, or working with this technology stack.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforces source code structuring and interdependency best practices. Use when creating folders, moving files, adding imports, or when the user asks about architecture, layering, or module dependencies.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Design beautiful and friendly user interfaces and experiences. Use when building UI components, styling, animations, accessibility, responsive design, or working with design systems.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Generate human and AI agent test scripts from user journey specifications. Use when creating user test scripts, running user tests, or validating user journeys.

原文语言:英语

更新
已展示 35 / 35 个已收集 Skill。