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

decisionsai

decisionsai 收录了来自 tensology 的 198 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
198
Stars
14
更新
2026-06-30
Forks
3
职业覆盖
15 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

agent-reach
软件开发工程师

MUST USE when user wants to research/search/look up/find anything on the internet — e.g. "research this topic", "do a deep dive on X", "search the web for X", "see what people say about X", "look this up". Also MUST USE when user mentions any platform or shares any URL/link: Twitter/X, Reddit, Facebook, Instagram, YouTube, GitHub, Bilibili, XiaoHongShu, Xiaoyuzhou Podcast, LinkedIn/jobs/recruiting, V2EX, Xueqiu (stocks), RSS. 15 platforms, multi-backend routing (OpenCLI / per-platform CLIs / APIs). Zero config for 6 channels. Run `agent-reach doctor --json` to see which backend serves each platform right now. NOT for: writing reports/analysis/translation (this skill only FETCHES internet content); posting/commenting/liking (write operations); platforms that already have a dedicated skill installed (prefer that skill).

2026-06-30
enterprise
网页与数字界面设计师

Dark-themed cloud-platform aesthetic with modular grids, glass-like panels, and strong data hierarchy for productivity dashboards.

2026-06-30
last30days
市场调研分析师与营销专员

Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web.

2026-06-30
visual-plan
软件开发工程师

Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.

2026-06-30
visual-recap
软件开发工程师

Turn a PR, branch, commit, or git diff into an interactive visual recap with diagrams, file maps, API/schema summaries, annotated diffs, and focused review notes.

2026-06-30
decisions-design-aesthetics
网页与数字界面设计师

Pick a design aesthetic from awesome-design-skills — bundled minimal/professional/enterprise/shadcn/bento; full catalog in reference for on-demand load.

2026-06-30
architecture-deepening-review
软件开发工程师

Use when reviewing a codebase for architectural friction, shallow modules, poor test seams, scattered behavior, duplicated orchestration, or opportunities to deepen modules before implementing a ticket or workflow.

2026-06-22
brainstorming
软件开发工程师

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-06-22
codebase-design
软件开发工程师

Use when designing or improving a module interface, choosing a seam, reducing shallow modules, making code easier to test, or reviewing architecture for locality, leverage, adapters, and deep-module design.

2026-06-22
decisions-frontier-prep
软件开发工程师

Use when preparing hardest high-leverage work for a stronger or scarce model, building a ranked execution queue, asking for fable prep, frontier prep, round-collapse, wave queue, or model-upgrade readiness across code, design, copy, marketing, or architecture work.

2026-06-22
decisions-harness-audit
其他计算机职业

Use when auditing DecisionsAI, Codex, Claude, Cursor, Gemini, Pi, Cline, RTK, workflow pre_chain skills, hooks, projected commands, skill routing, or harness setup for drift, duplication, dead references, slow hooks, bloated context, or stale config.

2026-06-22
decisions-harness-optimize
其他计算机职业

Use after a verified Decisions harness audit when the user asks to apply safe fixes to harness drift, dead references, stale projected skills, duplicate routing, bloated state files, or invalid local config.

2026-06-22
domain-modeling
软件开发工程师

Use when a project needs shared terminology, glossary updates, ADRs, clearer domain language, or when user language conflicts with existing code, ticket, board, project, workflow, or CONTEXT.md terms.

2026-06-22
systematic-debugging
软件开发工程师

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-06-22
test-driven-development
软件质量保证分析师与测试员

Use when implementing any feature or bugfix, before writing implementation code

2026-06-22
writing-plans
软件开发工程师

Use when you have a spec or requirements for a multi-step task, before touching code

2026-06-22
decisions-motionsites-prompt-researcher
网页与数字界面设计师

Research and normalize MotionSites-style prompt directions, then output a clean motion prompt brief for implementation.

2026-06-19
motion-web-site-builder
网页开发工程师

Build a motion website implementation plan (and optional starter structure) from motion prompt briefs using accessible 3D/animated UI patterns.

2026-06-19
decisions-harness-stack
其他计算机职业

Master index for DecisionsAI harness setup — ECC, Ponytail, Fallow, RTK, browser/content skills, and IDE thread tools.

2026-06-18
pixazo-media
特效艺术家和动画师

Generate images, videos, TTS, and music through Pixazo (one API key, 80+ models). Use when Decisions has a Pixazo key or the pixazo MCP is connected.

2026-06-18
decisions-mermaid-diagrams
软件开发工程师

Use Mermaid diagrams in DecisionsAI to explain technical topics — architecture, flows, sequences, and data models via the freestanding diagram viewer.

2026-06-17
decisions-open-design
软件开发工程师

Use Open Design for agent-native UI prototypes, decks, motion, and hand-drawn diagrams — complementary to Decisions Mermaid viewer for technical charts.

2026-06-17
decisions-visual-plan
软件开发工程师

Route technical planning and review between Decisions Mermaid viewer, BuilderIO visual-plan/recap skills, and Open Design when the work needs richer artifacts.

2026-06-17
decisions-yt-dlp
软件开发工程师

Use yt-dlp for YouTube (and supported sites) metadata, subtitles, and search inside Decisions workflows — not for Bilibili (use bili-cli via agent-reach).

2026-06-17
decisions-codex-worker
软件开发工程师

Use when Codex is running work that originated from DecisionsAI tickets, projects, workflows, or Initiative proposals.

2026-06-16
bento
网页与数字界面设计师

Modular grid layout with card-like blocks, clear hierarchy, soft spacing, and subtle visual contrast for organized, scannable interfaces.

2026-06-16
fallow
软件开发工程师

Codebase intelligence for JavaScript and TypeScript. Free static layer reports quality, changed-code risk, cleanup opportunities (unused files, exports, types, dependencies), code duplication, circular dependencies, complexity hotspots, architecture boundary violations, feature flag patterns, and opt-in security candidates. Runtime coverage merges production execution data into the same health report for hot-path review, cold-path deletion confidence, and stale-flag evidence, with a single local capture available by default and continuous/cloud runtime monitoring available as an optional mode. 122 framework plugins, zero configuration, sub-second static analysis. Use when asked to analyze code health, audit PR risk, find cleanup opportunities or unused code, detect duplicates, check circular dependencies, audit complexity, check architecture boundaries, detect feature flags, surface security candidates, clean up the codebase, auto-fix issues, merge runtime coverage, or run fallow.

2026-06-16
decisions-cursor-worker
软件开发工程师

Use when Cursor is running work that originated from DecisionsAI tickets, projects, workflows, or Initiative proposals.

2026-06-16
decisions-agent-reach
软件开发工程师

Use with DecisionsAI when a ticket or workflow needs internet research — social posts, articles, video subtitles, GitHub, RSS, or competitor scans. Routes through Agent Reach upstream tools; run agent-reach doctor first.

2026-06-16
decisions-browser-stack
软件开发工程师

Index of DecisionsAI browser automation — Playwright, browser-use, browser-qa, and workflow integration across Codex, Cursor, Claude, and Pi.

2026-06-16
decisions-composio
软件开发工程师

Use Composio Connect MCP (Tool Router) for authenticated SaaS actions — Gmail, Slack, Notion, Jira, Linear, GitHub, and 1000+ other apps. Rube is deprecated; do not use it.

2026-06-16
decisions-design-references
软件开发工程师

Playbook for Aceternity UI, Refero MCP, Mobbin MCP, and Godly when building or polishing web UI — what each source is for and how agents should use it.

2026-06-16
decisions-marketing-skills
市场调研分析师与营销专员

Index for Corey Haines marketing skills — use product-marketing first, then pull other skills from the reference clone without duplicating all 44 into the harness.

2026-06-16
decisions-playwright
软件开发工程师

Use Playwright inside DecisionsAI — Hermes playwright_browser tool, workflow playwright steps, and local Chromium from bin/setup.py.

2026-06-16
decisions-ui-ideation
软件开发工程师

Run before implementing UI — research real product patterns (Refero/Mobbin MCP), pick a design direction, and output tokens or a short DESIGN.md before writing code.

2026-06-16
coding-standards
软件开发工程师

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

2026-06-14
agent-payment-x402
软件开发工程师

タスクごとのバジェット、支出コントロール、ノンカストディアルウォレットを備えた x402 決済実行を AI エージェントに追加します。agentwallet-sdk を通じて Base をサポートし、OKX Payments / OKX エージェント決済プロトコルを通じて X Layer をサポートします。

2026-06-14
gateguard
其他计算机职业

API、エージェント、およびLLMエンドポイントのアクセス制御と認可パターン。

2026-06-14
jira-integration
软件开发工程师

Jira チケットの取得、要件分析、チケットステータスの更新、コメントの追加、またはイシューのトランジションを行う際に使用します。MCP または直接 REST 呼び出しによる Jira API パターンを提供します。

2026-06-14
quarkus-security
信息安全分析师

Quarkus認証、認可、JWT/OIDC、RBAC、入力検証、CSRF、シークレット管理、依存関係セキュリティのセキュリティベストプラクティス。

2026-06-14
当前展示该仓库 Top 40 / 198 个已收集 skills。