Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
giljae
Perfil de creador de GitHub

giljae

Vista por repositorio de 150 skills recopiladas en 6 repositorios de GitHub.

skills recopiladas
150
repositorios
6
actualizado
2026-05-06
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

explorador de repositorios

Repositorios y skills representativas

Mostrando las 8 principales de 65 skills recopiladas en este repositorio.
autoplan
Gerentes de sistemas informáticos y de información

Auto-review pipeline — reads the full CEO, design, and eng review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate. One command, fully reviewed plan out. Use when asked to "auto review", "autoplan", "run all reviews", "review this plan automatically", or "make the decisions for me". Proactively suggest when the user has a plan file and wants to run the full review gauntlet without answering 15-30 intermediate questions.

2026-04-06
benchmark
Desarrolladores web

Performance regression detection using the browse daemon. Establishes baselines for page load times, Core Web Vitals, and resource sizes. Compares before/after on every PR. Tracks performance trends over time. Use when: "performance", "benchmark", "page speed", "lighthouse", "web vitals", "bundle size", "load time".

2026-04-06
browse
Analistas de garantía de calidad de software y probadores

Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element states. ~100ms per command. Use when you need to test a feature, verify a deployment, dogfood a user flow, or file a bug with evidence. Use when asked to "open in browser", "test the site", "take a screenshot", or "dogfood this".

2026-04-06
canary
Administradores de redes y sistemas informáticos

Post-deploy canary monitoring. Watches the live app for console errors, performance regressions, and page failures using the browse daemon. Takes periodic screenshots, compares against pre-deploy baselines, and alerts on anomalies. Use when: "monitor deploy", "canary", "post-deploy check", "watch production", "verify deploy".

2026-04-06
careful
Administradores de redes y sistemas informáticos

Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a shared environment. Use when asked to "be careful", "safety mode", "prod mode", or "careful mode".

2026-04-06
cso
Analistas de seguridad de la información

Chief Security Officer mode. Performs OWASP Top 10 audit, STRIDE threat modeling, attack surface analysis, auth flow verification, secret detection, dependency CVE scanning, supply chain risk assessment, and data classification review. Use when: "security audit", "threat model", "pentest review", "OWASP", "CSO review".

2026-04-06
design-consultation
Diseñadores gráficos

Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates DESIGN.md as your project's design source of truth. For existing sites, use /plan-design-review to infer the system instead. Use when asked to "design system", "brand guidelines", or "create DESIGN.md". Proactively suggest when starting a new project's UI with no existing design system or DESIGN.md.

2026-04-06
design-review
Diseñadores de interfaces web y digitales

Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use /plan-design-review. Use when asked to "audit the design", "visual QA", "check if it looks good", or "design polish". Proactively suggest when the user mentions visual inconsistencies or wants to polish the look of a live site.

2026-04-06
Mostrando las 8 principales de 55 skills recopiladas en este repositorio.
ai-use-case-scorer
Analistas de gestión

`/ai-use-case-score` scores personal AI use cases on Value x Feasibility x Safety and tiers them into Do Now, Do This Quarter, Park, or Avoid.

2026-04-28
data-insights
Científicos de datos

`/data-insights` analyzes CSV or Excel data and produces plain-English insights. Use when the user wants quick answers about targets, trends, anomalies, segments, top/bottom performers, averages, and totals.

2026-04-28
decision-memo
Analistas de gestión

`/decision-memo` drafts a 1-page decision memo that forces a yes/no call: context, complication, options, recommendation, risks, and ask.

2026-04-28
deck-pipeline
Analistas de gestión

`/deck-pipeline` runs a four-step presentation workflow: strategist, builder, critic, fixer. Use for high-stakes decks that need narrative structure and a critique pass.

2026-04-28
gamma-deck
Analistas de gestión

`/gamma-deck` generates a Gamma presentation from a storyline or content file. Use after `/storyline` when the user wants a PPTX or Gamma URL.

2026-04-28
issue-tree
Analistas de gestión

`/issue-tree` breaks a complex problem into MECE branches and testable hypotheses. Use before analysis, work planning, strategy decomposition, or case-style problem solving.

2026-04-28
mckinsey-critic
Analistas de gestión

`/mckinsey-critic` reviews decks, memos, outlines, and strategies like a consulting engagement manager: grade, section issues, top fixes, and what to preserve.

2026-04-28
meeting-prep
Especialistas en gestión de proyectos

`/meeting-prep` prepares outcome-driven meetings with a 3-bullet pre-read, time-boxed agenda, top talking points, and likely objections with rebuttals.

2026-04-28
Mostrando las 8 principales de 12 skills recopiladas en este repositorio.
sf-plan
Desarrolladores de software

Phase 3. Act as the Engineering Manager. Audits architecture, sets up isolated environments, extracts AST repo map, and creates atomic plans.

2026-04-22
sf-think
Directores ejecutivos

Phase 1. Act as the strategic visionary and brainstormer. Integrates /office-hours and brainstorming rules.

2026-04-22
sf-challenge
Desarrolladores de software

Phase 2. Act as the ruthless CEO. Aggressively challenges the design document to cut scope.

2026-04-22
setup-deploy
Administradores de redes y sistemas informáticos

Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic. Use when: "setup deploy", "configure deployment", "set up land-and-deploy", "how do I deploy with gstack", "add deploy config".

2026-04-22
sf-autoplan
Desarrolladores de software

Fast-track composite skill that chains CEO, Design, and Engineering reviews automatically, dumping a final spec and AST context.

2026-04-22
sf-build
Desarrolladores de software

The execution engine. Merges subagent-driven-development, executing-plans, and test-driven-development into a ruthless coding machine.

2026-04-22
sf-debug
Desarrolladores de software

The diagnostic clinic. Mashing /investigate and systematic-debugging. Blocks naive code patching without evidence.

2026-04-22
sf-qa
Analistas de garantía de calidad de software y probadores

Browser-based automatic QA. Replicates /qa capability.

2026-04-22
Mostrando las 8 principales de 10 skills recopiladas en este repositorio.
lazyweb-add-inspo-source
Desarrolladores de software

Connect an external inspiration source (Mobbin, Savee, Dribbble, Behance, etc.) as a first-class source in all Lazyweb design skills. Authenticates via headless browser, persists session cookies, and registers the source so future design research automatically includes it alongside Lazyweb. Trigger on: "add inspo source", "add inspiration source", "connect Mobbin", "connect Savee", "add design source", "connect inspiration", "add Dribbble", "link Behance".

2026-05-06
lazyweb-design-brainstorm
Diseñadores gráficos

Cross-pollination design brainstorm. Deliberately searches outside the obvious category to find novel patterns that could be applied in unexpected ways. The "zig when everyone zags" skill — finds inspiration from domains nobody in your space is looking at. Trigger on: "brainstorm design ideas", "creative alternatives for", "design exploration", "what if we tried", "unconventional approach to", "fresh ideas for", "think outside the box", "surprise me".

2026-05-06
lazyweb-design-improve
Diseñadores gráficos

Capture a screenshot of the user's current design, find similar screens in Lazyweb, and generate concrete improvement ideas backed by real references. Use when the user has an existing design and wants feedback or improvement suggestions. Trigger on: "improve this design", "how can I make this better", "critique my design", "design feedback", "what should I change", "make this look better", "compare my design to", "design review".

2026-05-06
lazyweb-design-research
Diseñadores gráficos

Deep design research combining Lazyweb's screenshot database with web research. Produces a structured research report with downloaded reference screenshots. Use when the user needs competitive analysis, best practices research, or wants to understand how the best apps handle a specific design problem. Trigger on: "best practices for", "how should I design", "what do top apps do", "competitive analysis for", "design research on", "what works well for", "research how others do".

2026-05-06
lazyweb-quick-references
Diseñadores gráficos

Find app screenshots and UI references quickly. Downloads results locally and groups them by pattern. Use when the user wants to see examples of a specific screen, UI element, or flow without a full research report. Trigger on: "show me examples of", "how do other apps do", "design inspiration for", "UI reference for", "what does X's app look like", "find screenshots of", "show me how", "references for".

2026-05-06
lazyweb-remove-inspo-source
Desarrolladores de software

Disconnect an inspiration source from Lazyweb design skills. Lists connected sources and removes the selected one. Trigger on: "remove inspo source", "remove inspiration source", "disconnect Mobbin", "remove design source", "unlink source".

2026-05-06
Mostrando 6 de 6 repositorios
Todos los repositorios cargados