Skip to main content

Abilityai/abilities

SkillsMP 已收集 Abilityai/abilities 中的 93 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
93
GitHub 星标
11
GitHub Forks
3

这个仓库中的 skills

已展示 40 / 93 个已收集 Skill。

职业分类
未分类
描述

Generate an agent-specific `/update-dashboard` skill that keeps `dashboard.yaml` current for Trinity. Analyzes the agent's purpose and data sources, proposes metrics, gets user approval, then scaffolds a schedulable skill.

原文语言:英语

更新
职业分类
未分类
描述

Modify an existing playbook based on conversation context or explicit instructions. Use when user wants to update, fix, extend, or refine a playbook they already have.

原文语言:英语

更新
职业分类
未分类
描述

Create a new skill or playbook. Guides through requirements gathering and generates the appropriate template based on complexity.

原文语言:英语

更新
职业分类
未分类
描述

Scaffold a new Trinity-compatible Claude Code agent from scratch on any topic. Creates directory, CLAUDE.md, skills, and Trinity files — ready for development.

原文语言:英语

更新
职业分类
未分类
描述

Review an existing agent against best practices and report findings — a read-only audit of CLAUDE.md, skills, composition integrity, and Trinity readiness. Produces a prioritized findings report and hands off to /adjust-agent or /adjust-playbook to apply…

原文语言:英语

更新
职业分类
未分类
描述

Onboard this agent to Trinity platform. Creates required files, configures MCP connection, and optionally deploys to remote.

原文语言:英语

更新
职业分类
未分类
描述

Make any agent a system-aware orchestrator — installs /discover-agents (discover the fleet from live Trinity and/or a repo list into a descriptive fleet/system-map.yaml), /compose-system (turn the map into a Trinity SystemManifest and deploy_system), and…

原文语言:英语

更新
职业分类
未分类
描述

Create an executive chief of staff agent — asks about your tools, team, and priorities, then scaffolds a Trinity-compatible agent for daily briefings, meeting prep, and decision tracking

原文语言:英语

更新
职业分类
未分类
描述

Create a personal medical-records agent — bootstraps a profile from your existing health documents, then ingests new files, maintains structured memory, tracks lab trends, prepares doctor visits, and runs an evidence-based nutrition + supplement framework

原文语言:英语

更新
职业分类
未分类
描述

Create a content writer agent — asks about your brand voice, platforms, and topics, then scaffolds a Trinity-compatible ghostwriter agent that writes in your voice

原文语言:英语

更新
职业分类
未分类
描述

Create a knowledge-base agent — asks a structured 6-question interview about the domain's ontology, then scaffolds a Cornelius-shaped Trinity-compatible KB agent with a typed graph, 7-layer vault, subagents, and scheduled coherence jobs

原文语言:英语

更新
职业分类
未分类
描述

Create a B2B SaaS sales research agent — asks domain-specific questions and scaffolds a Trinity-compatible prospector agent customized to your sales stack

原文语言:英语

更新
职业分类
未分类
描述

Create an email gateway agent — asks domain-specific questions and scaffolds a Trinity-compatible receptionist agent for public-facing email communication and request routing

原文语言:英语

更新
职业分类
未分类
描述

Create a competitive intelligence agent — asks domain-specific questions and scaffolds a Trinity-compatible agent for tracking competitors, monitoring changes, and producing actionable intelligence

原文语言:英语

更新
职业分类
未分类
描述

Create a website management agent — asks about your web development workflow and scaffolds a Trinity-compatible webmaster agent for building and deploying Next.js sites

原文语言:英语

更新
职业分类
未分类
描述

Synchronize this agent with one or more remote instances on Trinity via GitHub. Supports multiple remotes and branch-based versioning.

原文语言:英语

更新
职业分类
未分类
描述

Scaffold a Trinity-compatible long-running pipeline inside any agent — creates projects/<slug>/{project.md, pipeline.yaml, instances/}, copies pipeline-tick/status/recover/pause/resume skills into .claude/skills/, sets up the ~/.trinity/ read surface,…

原文语言:英语

更新
职业分类
未分类
描述

Append a new stage to an existing pipeline.yaml — asks for stage id, skill, timeout, retry policy, and position in the DAG. Validates DAG acyclicity and syncs the read surface.

原文语言:英语

更新
职业分类
未分类
描述

Scan one or more directories of agents in ANY paradigm — Claude Code, n8n workflow exports, framework apps (LangChain/CrewAI/AutoGen), or freeform-coded agents — assess quality (fleet maturity for Claude Code, migration readiness for the rest), design the…

原文语言:英语

更新
职业分类
未分类
描述

Lint a pipeline.yaml — schema check, DAG acyclicity, referenced-skill existence, precondition kind registration. Pure linter — prints a report, writes no files. Heartbeat does not require validation to have run; this is a developer convenience.

原文语言:英语

更新
职业分类
未分类
描述

Add git-as-state hooks to an agent — auto-commits on Stop, rebases on SessionStart, snapshots on PreCompact. Gives agents durable cross-session memory through their own repo.

原文语言:英语

更新
职业分类
未分类
描述

Deploy a Trinity instance on any server and scaffold a complete ops agent to manage it — handles fresh installs and existing instances

原文语言:英语

更新
职业分类
未分类
描述

Guided first journey into Trinity — one command that takes a newcomer from "what is Trinity?" through choosing their path, installing or connecting an instance, wiring the MCP connection, and getting a first agent alive — with a live smoke test at every step.…

原文语言:英语

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

Install cross-actor project management into this agent — GitHub Issues as single source of truth, uniform task anatomy with approval-ready completion lattice (open → pending-verification → done), loop closure in both directions (the agent closes loops with…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Build a verified Claude Code fleet from an agent-fleet-analysis work order — non-destructive migration of mixed fleets (Claude Code, n8n exports, LangChain/CrewAI/AutoGen apps, freeform-coded loops). Sources are never mutated; each agent is copied or…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Apply best-practice improvements to an existing agent — runs /review-agent to find issues, then proposes exact before/after changes to CLAUDE.md, skills, and Trinity files and applies the approved ones.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Connect to a Trinity instance and configure MCP server. Authenticates via email OTP, provisions an MCP API key, and writes `.mcp.json` — no CLI installation required.

原文语言:英语

更新
职业分类
其他计算机职业
描述

DEPRECATED pointer — this skill moved into the agent-dev plugin and is now invoked as `/agent-dev:add-project-management`. This stub exists only so existing installs of the standalone add-project-management plugin do not break silently; it installs nothing…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Discover and launch agent creation wizards — your single entry point for creating agents, websites, and projects

原文语言:英语

更新
职业分类
其他计算机职业
描述

Give any agent a shared canonical-data layer — installs /canon-publish (commit this agent's own folder in the fleet's shared canon repo), /canon-consume (read other agents' published data at a cited ref), /canon-reconcile (scheduled freshness pass over the…

原文语言:英语

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

Scaffold a complete, self-contained Next.js 15 website with Tailwind CSS, TypeScript, and Vercel deployment. Creates production-ready project structure with design system, components, pages, SEO, and content management — ready to deploy in minutes.

原文语言:英语

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

Install deterministic consistency linting into a fleet's shared canon repo — seeds tools/canon-lint/ (stdlib-only Python, no LLM), lint/rules.yaml (severity config), a GitHub Actions workflow that lints every push/PR, and the "Lintable structure" section of…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Run a remote Trinity agent task in a sequential, bounded loop — a fixed number of iterations or until a stop signal, with optional response chaining. Fires server-side via run_agent_loop (caller can disconnect), then polls and renders progress. The remote,…

原文语言:英语

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

Add GitHub Issues backlog workflow to any agent — creates the full development cycle (backlog, claim, close, groom, roadmap, autoplan, commit, sprint, work-loop)

原文语言:英语

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

Add a memory system to an agent — file awareness, knowledge graph, structured state, or multi-session tracking

原文语言:英语

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

Scaffold a new instance (tenant / zone / case) of an existing pipeline — creates projects/<slug>/instances/<instance>/{config.yaml, state.json} and syncs state.json to ~/.trinity/pipeline-state/.

原文语言:英语

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

Analyze a skill issue before implementing — reads the affected SKILL.md, identifies what changes are needed and any risks

原文语言:英语

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

Show current GitHub Issues backlog — what's in progress, what's next, priorities

原文语言:英语

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

Claim the next issue from the backlog — picks highest priority todo, moves it to in-progress

原文语言:英语

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

Close the current issue without a git commit — adds summary comment and marks done. Use /commit instead when skill files changed.

原文语言:英语

更新
已展示 40 / 93 个已收集 Skill。