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

jerelvelarde

Repository-level view of 117 collected skills across 9 GitHub repositories.

skills collected
117
repositories
9
updated
2026-07-15
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

flutter-version-management
network-and-computer-systems-administrators

Pins and manages per-project Flutter SDK versions with FVM (Flutter Version Management). Use when the project has or needs a .fvmrc or .fvm/ directory, when contributors need a reproducible Flutter SDK, when installing FVM, pinning or switching the Flutter version, wiring FVM into VS Code or Android Studio, configuring CI to honor .fvmrc, or troubleshooting "wrong Flutter version" symptoms.

2026-05-10
review-changes
software-quality-assurance-analysts-and-testers

End-to-end review pipeline — creates a handoff, generates a review (self-review or paste-ready for another provider), then offers to fix findings. Use when you want to review your changes before pushing.

2026-03-26
analyze-competitors
market-research-analysts-and-marketing-specialists-131161

Build a competitive positioning matrix and strategy canvas when the user asks to analyze competitors, compare products, or assess competitive landscape

2026-03-20
analyze-dependencies
information-security-analysts

Audit project dependencies for risk when the user asks to check dependencies, audit packages, review dependency health, check for vulnerabilities, or assess supply chain risk

2026-03-20
analyze-metrics
market-research-analysts-and-marketing-specialists-131161

Analyze product metrics and identify trends when the user asks to review metrics, analyze KPIs, or assess product health

2026-03-20
audit-accessibility
software-quality-assurance-analysts-and-testers

Audit a feature for WCAG 2.1 AA compliance using POUR principles when the user asks to check accessibility, audit a11y, or verify WCAG compliance

2026-03-20
audit-api-consistency
software-developers

Audit existing API endpoints for consistency when the user asks to check API quality, review API patterns, audit endpoints, or find API inconsistencies

2026-03-20
audit-performance
web-developers

Audit performance against Core Web Vitals and performance budgets when the user asks to check performance, audit speed, or analyze web vitals

2026-03-20
Showing top 8 of 79 collected skills in this repository.
ant-design-enterprise-system
software-developers

Ant Design by Ant Group provides 60+ React components optimized for enterprise dashboards, admin panels, and data-heavy applications. Use when building internal tools, CRM interfaces, analytics dashboards, or apps needing form/table excellence and pro components. Four design values: Natural, Certain, Meaningful, Growing.

2026-03-23
atlassian-design-system
software-developers

Build collaborative team interfaces with Atlassian Design System—a React-based system used in Jira, Confluence, and Trello with design tokens, dynamic tables, flags, inline editing, and emphasis on team workflows. Trigger this skill when designing project management tools, team collaboration UIs, issue tracking systems, or workflow-heavy applications.

2026-03-23
aurora-ui
graphic-designers

Atmospheric gradient mesh inspired by northern lights. Use this for premium SaaS products, developer platforms, and luxury brands—creates an ethereal, modern, high-end aesthetic with subtle motion and glassmorphism overlays.

2026-03-23
ibm-carbon-design-system
web-and-digital-interface-designers

IBM Carbon provides 30+ accessible, token-based components across React, Svelte, Angular, and Web Components. Use for enterprise B2B apps, data visualization dashboards, internal tools needing WCAG AA minimum compliance (often exceeds to AAA), and products requiring multiple theme support (White, Gray 10/90/100).

2026-03-23
claymorphism
graphic-designers

Soft, playful 3D clay-like design with rounded shapes and pastel colors. Use this when targeting young audiences, playful brands, or apps that want to feel friendly and approachable—perfect for kids' apps, design tools, wellness apps, and creative platforms.

2026-03-23
flat-minimal
graphic-designers

Content-first design with zero ornament. Clean typography, generous whitespace, and purposeful color. Use this for professional products, documentation, corporate sites, and premium brands that prioritize clarity and trust—think Apple, Stripe, high-end SaaS.

2026-03-23
microsoft-fluent-design-system-2
graphic-designers

Microsoft Fluent 2 emphasizes light, depth, motion, material, and scale across Windows, iOS, Android, and web. Trigger for Microsoft ecosystem apps, Windows UI design, cross-platform products with strong accessibility requirements (WCAG AAA target), and apps needing token-based theming flexibility.

2026-03-23
glassmorphism-design-style
graphic-designers

Create stunning frosted glass UI effects with Glassmorphism—a modern design style using backdrop blur, semi-transparent backgrounds, and layered depth. Trigger this skill when designing modern dashboards, premium interfaces, overlay modals, cards on dynamic backgrounds, or contemporary UIs with visual depth.

2026-03-23
Showing top 8 of 15 collected skills in this repository.
chatgpt-app-builder
software-developers

DEPRECATED: This skill has been replaced by `mcp-app-builder`. Check if `mcp-app-builder` is available in the skills folder. If not, install it: `npx skills install mcp-use/mcp-use --skill mcp-app-builder` Use `mcp-app-builder` instead of this skill. Build ChatGPT apps with interactive widgets using mcp-use and OpenAI Apps SDK. Use when creating ChatGPT apps, building MCP servers with widgets, defining React widgets, working with Apps SDK, or when user mentions ChatGPT widgets, mcp-use widgets, or Apps SDK development.

2026-05-08
copilotkit-agui
software-developers

Use when building custom agent backends, implementing the AG-UI protocol, debugging streaming issues, or understanding how agents communicate with frontends. Covers event types, SSE transport, AbstractAgent/HttpAgent patterns, state synchronization, tool calls, and human-in-the-loop flows.

2026-05-08
copilotkit-contribute
software-developers

Use when contributing to the CopilotKit open-source project — forking, cloning, setting up the monorepo, creating branches, running tests, and submitting pull requests against CopilotKit/CopilotKit.

2026-05-08
copilotkit-debug
software-developers

Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.

2026-05-08
copilotkit-develop
software-developers

Use when building AI-powered features with CopilotKit v2 -- adding chat interfaces, registering frontend tools, sharing application context with agents, handling agent interrupts, and working with the CopilotKit runtime.

2026-05-08
copilotkit-integrations
software-developers

Use when wiring an external agent framework (LangGraph, CrewAI, PydanticAI, Mastra, ADK, LlamaIndex, Agno, Strands, Microsoft Agent Framework, or others) into a CopilotKit application via the AG-UI protocol.

2026-05-08
copilotkit-self-update
software-developers

Use when the user wants to update, refresh, or reinstall the CopilotKit agent SKILLS (the SKILL.md files that teach this agent about CopilotKit). NOT for updating the CopilotKit codebase or project — this is specifically about refreshing the skills/knowledge this agent has loaded. Triggers on "update copilotkit skills", "update skills", "refresh skills", "skills are stale", "skills are outdated", "get latest skills", "my copilotkit knowledge is wrong", "copilotkit APIs changed", "skills seem old", "wrong API names", "reinstall skills", "skills not working right", "update your copilotkit knowledge".

2026-05-08
copilotkit-setup
software-developers

Use when adding CopilotKit to an existing project or bootstrapping a new CopilotKit project from scratch. Covers framework detection, package installation, runtime wiring, provider setup, and first working chat integration.

2026-05-08
Showing top 8 of 11 collected skills in this repository.
create-a2ui-widget
web-developers

Adds a new A2UI component to the CopilotKit A2UI hackathon starter's shared catalog, end-to-end. Coordinates the 3-surface component dance (TypeScript definition + Zod prop schema, React renderer, agent prompt mirror) so components actually render instead of ending up half-finished. Use when the hacker says "add a widget", "add a component", "scaffold a card", "build me a [domain] visual", "build me a metrics card", "add an A2UI widget", "make a new component", or asks for a new generative-UI surface in this repo. Anchors against the live catalog at `src/a2ui/catalog/definitions.ts`. Enforces the AGENTS.md hard rules — never bump @copilotkit/* versions, always run `pnpm validate-widget` after editing widget JSON, always run `pnpm smoke` before declaring done. Don't use for re-theming (Seam

2026-06-11
a2ui-renderer
software-developers

Render A2UI (Agent-to-UI declarative surfaces) in CopilotKit v2. Enable the runtime via CopilotRuntime({ a2ui: {...} }), then enable the provider via <CopilotKitProvider a2ui={{ theme }}>. Auto-activates via /info — do NOT manually pass renderActivityMessages. createA2UIMessageRenderer ships from @copilotkit/react-core/v2; low-level primitives (A2UIProvider, A2UIRenderer, createCatalog) ship from @copilotkit/a2ui-renderer. Covers theme customization, createSurface dedup, action-bridge try/finally cleanup. Load when an agent emits A2UI operations (createSurface / updateComponents / updateDataModel), when wiring a2ui on CopilotRuntime, or when styling A2UI surfaces.

2026-06-03
Showing 9 of 9 repositories
All repositories loaded
jerelvelarde Agent Skills | SkillsMP