Skip to main content
Run any Skill in Manus
with one click
quinteroac
GitHub creator profile

quinteroac

Repository-level view of 66 collected skills across 8 GitHub repositories.

skills collected
66
repositories
8
updated
2026-04-04
repository explorer

Repositories and representative skills

installation
software-developers

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
project-management-specialists

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
software-developers

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
software-developers

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

2026-02-16
system-and-user-context
software-developers

System prompt assembly from system_context, user_context, and environment sources

2026-02-16
prd
project-management-specialists

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
software-developers

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
software-developers

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
Showing top 8 of 25 collected skills in this repository.
pretext-tables
software-developers

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
project-management-specialists

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

2026-03-30
audit-prototype
software-quality-assurance-analysts-and-testers

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

2026-03-30
create-project-context
software-developers

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
software-developers

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
project-management-specialists

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
software-developers

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
software-developers

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
Showing top 8 of 12 collected skills in this repository.
Showing top 8 of 10 collected skills in this repository.
market-scout
market-research-analysts-and-marketing-specialists-131161

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
project-management-specialists

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
software-developers

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
software-developers

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
web-developers

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
software-developers

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
software-developers

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
software-developers

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
Showing 8 of 8 repositories
All repositories loaded