Skip to main content
在 Manus 中运行任何 Skill
一键导入
quinteroac
GitHub 创作者资料

quinteroac

按仓库查看 8 个 GitHub 仓库中的 66 个已收集 skills。

已收集 skills
66
仓库
8
更新
2026-04-04
仓库浏览

仓库与代表性 skills

installation
软件开发工程师

Install ComfyUI Assistant as a ComfyUI custom node. Use when performing or troubleshooting installation (clone, Python deps, frontend build, restart).

2026-02-17
user-system-planning
项目管理专家

For complex user requests — evaluate, investigate, ask questions, propose a plan, accept modifications, then execute. Use when the request is multi-step, ambiguous, or high-impact.

2026-02-17
workflow-execution
软件开发工程师

Workflow execution and complete workflow generation tools (executeWorkflow, applyWorkflowJson). Use when the user wants to run a workflow or build a complete workflow from a description.

2026-02-16
backend-architecture
软件开发工程师

Python backend modules, chat request lifecycle, SSE format, and API endpoints

2026-02-16
system-and-user-context
软件开发工程师

System prompt assembly from system_context, user_context, and environment sources

2026-02-16
prd
项目管理专家

Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.

2026-02-16
create-skills
软件开发工程师

When the user asks to create or design a skill, follow a clear process: clarify intent, draft name/description/instructions, then call createSkill. Optionally offer to create a skill when you automate a procedure they might want to reuse.

2026-02-15
organize-workflow-json-front
软件开发工程师

When the user asks to organize a workflow, read frontend JSON, reorganize for readability, apply in a new tab, and always validate with getWorkflowInfo. Run automatically without asking.

2026-02-15
当前展示该仓库 Top 8 / 25 个已收集 skills。
pretext-tables
软件开发工程师

Implement React table components with reflow-free text measurement using @chenglou/pretext. Use this skill when the user asks to build a table with dynamic row heights, virtualized scroll, resizable columns, inline editing, drag-to-reorder, or any table feature where accurate pre-render text measurement matters. Triggers on: "build a table", "add a table component", "virtualized table", "table with dynamic row heights", "resizable columns", "pretext table", "use pretext for a table", "table without reflow".

2026-03-30
approve-prototype
项目管理专家

Drive interactive approval of the prototype by updating project context and roadmap artifacts after a completed iteration.

2026-03-30
audit-prototype
软件质量保证分析师与测试员

Validate the current iteration's PRD against the implemented code via the audit prototype skill.

2026-03-30
create-project-context
软件开发工程师

Creates or updates .agents/PROJECT_CONTEXT.md with project conventions, tech stack, code standards, testing strategy, and product architecture. Triggered by: nvst create project-context.

2026-03-30
create-prototype
软件开发工程师

Implements a single user story from the PRD: writes code and tests, follows project conventions. Invoked by: nvst create prototype.

2026-03-30
define-requirement
项目管理专家

Gathers the requirement from the user and produces it_{iteration}_product-requirement-document.md. Triggered by: nvst define requirement.

2026-03-30
execute-automated-fix
软件开发工程师

Fixes one issue from the iteration issues list by reproducing, diagnosing, and resolving it. Invoked by: bun nvst fix issue.

2026-03-30
frontend-design
软件开发工程师

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-03-30
当前展示该仓库 Top 8 / 12 个已收集 skills。
当前展示该仓库 Top 8 / 10 个已收集 skills。
market-scout
市场调研分析师与营销专员

Helps entrepreneurs discover viable markets quickly through a guided profiling interview, then recommends 3–5 tailored market opportunities in a lean, actionable format. Use when the user says "help me find a market", "market opportunities for me", "find me a business niche", "I want to start a business but don't know where", "what markets can I explore", "looking for business opportunities", or asks for entrepreneurial direction without a clear idea yet.

2026-03-29
project-selection
项目管理专家

Helps developers choose their next programming project through a guided interview covering motivation, niche, pain points, and format, then researches the web to surface existing ready-to-use solutions and propose 4 concrete ideas with competitive analysis, differentiation factors, and effort estimates. Use when the user says "help me choose my next project", "I don't know what to build next", "what should I build", "help me pick a project", "suggest a programming project for me", "ayúdame a elegir mi próximo proyecto", or asks for project ideas without a clear direction.

2026-03-29
create-skill
软件开发工程师

Scaffold and create a new skill for this repository. Use when the user says "create a new skill", "add a skill for...", "scaffold a skill", "I want to build a skill that...", "make a skill that does X", "help me add a capability", or whenever they want to add a new capability to this skills pack. Also use when improving the structure of an existing skill.

2026-03-29
docs-to-skill
软件开发工程师

Creates an agent skill from the official documentation of any tool, library, or API. Use when the user shares a documentation link and wants to turn it into an installable skill, when they say "I want a skill for X", "create a skill from this doc", "make a skill from [URL]", "we need our agents to work with X", "turn this documentation into a skill", or when they want their agents to understand a specific tool — even if they don't explicitly use the word "skill".

2026-03-29
docusaurus-docs
网页开发工程师

Skill for building documentation websites with Docusaurus — helps agents scaffold sites, configure plugins/themes, write content in MDX, and deploy to platforms like Vercel, Netlify, or GitHub Pages.

2026-03-29
pretext-art
软件开发工程师

Generates creative and artistic text layout code using @chenglou/pretext — for kinetic typography, text-along-a-path, generative type art, text masking, shaped text containers, wavy/curved text, typographic posters, and custom Canvas/SVG text rendering. Use when user says "creative text layout with pretext", "text art with pretext", "kinetic typography", "text on a path", "generative text", "typographic art", "shaped text", "wavy text", "text poster", "artistic text canvas", "pretext creative", or when they want visually expressive text that goes beyond simple paragraph wrapping.

2026-03-29
pretext-docs
软件开发工程师

API reference for @chenglou/pretext — a pure JS/TS library for measuring and laying out multiline text without DOM reflows. Use when you need to look up a pretext function signature, understand the two-phase prepare/layout model, find the right function for a use case (height-only vs line content vs variable-width), check PrepareOptions or LayoutCursor types, or orient yourself before writing code that uses pretext. Also use when user says "pretext API", "pretext docs", "pretext types", "how does pretext work", "pretext functions", or "what does prepare/layout/layoutWithLines/walkLineRanges do".

2026-03-29
pretext-integrate
软件开发工程师

Guides implementation of @chenglou/pretext in a real project — asks a few targeted questions about rendering target, data shape, and performance context, then generates correct, complete integration code. Use when user says "help me integrate pretext", "how do I use pretext to measure text", "I need to calculate text height", "text layout with pretext", "pretext in React", "pretext for Canvas", "pretext for virtualization", "pretext SSR", "shrink-wrap a container to text", "multiline text height calculation", "pretext without DOM", or when they need working pretext code for a specific context.

2026-03-29
已展示 8 / 8 个仓库
已展示全部仓库
quinteroac Agent Skills | SkillsMP