Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

decisionsai

decisionsai enthält 198 gesammelte Skills von tensology, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
198
Stars
14
aktualisiert
2026-06-30
Forks
3
Berufsabdeckung
15 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

agent-reach
Softwareentwickler

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
Web- und digitale Schnittstellendesigner

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

2026-06-30
last30days
Marktforschungsanalysten und Marketingspezialisten

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
Softwareentwickler

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
Softwareentwickler

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
Web- und digitale Schnittstellendesigner

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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
Softwareentwickler

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
Softwareentwickler

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

2026-06-22
test-driven-development
Softwarequalitätssicherungsanalysten und -tester

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

2026-06-22
writing-plans
Softwareentwickler

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

2026-06-22
decisions-motionsites-prompt-researcher
Web- und digitale Schnittstellendesigner

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

2026-06-19
motion-web-site-builder
Webentwickler

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
Sonstige Computerberufe

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

2026-06-18
pixazo-media
Spezialeffektkünstler und Animatoren

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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

2026-06-16
bento
Web- und digitale Schnittstellendesigner

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

2026-06-16
fallow
Softwareentwickler

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
Softwareentwickler

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

2026-06-16
decisions-agent-reach
Softwareentwickler

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
Softwareentwickler

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

2026-06-16
decisions-composio
Softwareentwickler

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
Softwareentwickler

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
Marktforschungsanalysten und Marketingspezialisten

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
Softwareentwickler

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

2026-06-16
decisions-ui-ideation
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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

2026-06-14
gateguard
Sonstige Computerberufe

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

2026-06-14
jira-integration
Softwareentwickler

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

2026-06-14
quarkus-security
Informationssicherheitsanalysten

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

2026-06-14
Zeigt die Top 40 von 198 gesammelten Skills in diesem Repository.