Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
alfredoperez
Profil créateur GitHub

alfredoperez

Vue par dépôt de 37 skills collectés dans 4 dépôts GitHub.

skills collectés
37
dépôts
4
mis à jour
2026-07-10
explorateur de dépôts

Dépôts et skills représentatifs

Affichage des 8 principaux skills collectés sur 11 dans ce dépôt.
angular-best-practices
Développeurs web

Modern Angular best practices for building performant, maintainable Angular 17+ applications. Covers Signals, RxJS, components, templates, styles, performance, SSR, testing, forms, routing, accessibility, and architecture — with code examples and impact ratings for every rule. Use this skill whenever the user is working on Angular code of any kind: components, services, templates, stylesheets, routes, tests, or configuration. This applies to editing .component.ts, .service.ts, .html templates, .scss/.css styles, .spec.ts tests, .routes.ts files, store files, and any general .ts file in an Angular project. Look for angular.json, nx.json, or @angular/core imports as project indicators. Do not use for AngularJS (1.x), React, Vue, or non-Angular TypeScript projects.

2026-03-07
angular-best-practices-rule-creator
Développeurs de logiciels

For contributors to angular-best-practices. Creates new rule files and library skills following project conventions. Not for Angular application development — install angular-best-practices instead.

2026-03-01
angular-best-practices-rules-reviewer
Analystes en assurance qualité des logiciels et testeurs

For contributors to angular-best-practices. Reviews and audits rule files for accuracy, validity, and formatting compliance. Not for Angular application development — install angular-best-practices instead.

2026-03-01
angular-best-practices-material
Développeurs web

Angular Material and CDK best practices. Covers selective imports, M3 theming, CDK utilities, and component test harnesses. Activates when working with @angular/material and @angular/cdk. Do not use for PrimeNG, Spartan UI, or other component libraries. Install alongside angular-best-practices for full coverage.

2026-03-01
angular-best-practices-ngrx
Développeurs de logiciels

NgRx state management best practices for Angular. Covers pure reducers, action groups, entity adapter, selectors, and signal-based selection. Activates when working with @ngrx/store, @ngrx/effects, and @ngrx/entity. Do not use for Akita, NGXS, or standalone signal-based state. Install alongside angular-best-practices for full coverage.

2026-03-01
angular-best-practices-primeng
Développeurs web

PrimeNG best practices for Angular. Covers tree-shaking imports, lazy-loaded tables, and the Aura/Lara theme system with design tokens. Activates when working with primeng components. Do not use for Angular Material, Spartan UI, or other component libraries. Install alongside angular-best-practices for full coverage.

2026-03-01
angular-best-practices-signalstore
Développeurs de logiciels

NgRx SignalStore best practices for Angular. Covers shared state, computed state, entity management, and RxJS integration with rxMethod. Activates when working with @ngrx/signals and @ngrx/signals/entities. Do not use for NgRx Store or class-based state services. Install alongside angular-best-practices for full coverage.

2026-03-01
angular-best-practices-spartan
Développeurs de logiciels

Spartan UI (shadcn for Angular) best practices. Covers Brain/Helm architecture, Tailwind integration, and accessible headless components. Activates when working with @spartan-ng/brain and @spartan-ng/ui. Do not use for Angular Material, PrimeNG, or other component libraries. Install alongside angular-best-practices for full coverage.

2026-03-01
Affichage des 8 principaux skills collectés sur 10 dans ce dépôt.
speckit-analyze
Autres occupations informatiques

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

2026-07-10
speckit-clarify
Autres occupations informatiques

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

2026-07-10
speckit-constitution
Autres occupations informatiques

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

2026-07-10
speckit-implement
Développeurs de logiciels

Execute the implementation plan by processing and executing all tasks defined in tasks.md

2026-07-10
speckit-plan
Développeurs de logiciels

Execute the implementation planning workflow using the plan template to generate design artifacts.

2026-07-10
speckit-specify
Développeurs de logiciels

Create or update the feature specification from a natural language feature description.

2026-07-10
speckit-tasks
Développeurs de logiciels

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

2026-07-10
eval-speckit-extension
Analystes en assurance qualité des logiciels et testeurs

Evaluate the speckit-extension end-to-end against a real spec — verify lifecycle hooks fired, .spec-context.json captured each step into canonical history[], timing is real (not backfilled), and per-task execution was journaled. Umbrella eval for the spec-kit-side extension; grows as features land (auto-mode, etc.). Use when the user says "/eval-speckit-extension", "verify the extension worked", "did the hooks fire", "check the capture", or just ran a /speckit.* spec and wants it validated.

2026-06-25
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
create-doc
Développeurs web

Author a self-contained, framework-free HTML document — a brief, report, or explainer — by reading the generated @butai/docs-kit catalog, composing its doc patterns (hero, section, callout, card grid, metric grid, table, comparison, decisions, timeline, code block, quote band, footer), and styling the whole page through the token contract with a chosen butai theme. Use when the user says '/create-doc', "make a page/doc/brief/report", "an explainer", "capture this as a browsable HTML artifact", "render this design / decision / comparison / plan as a page", or wants a themeable HTML document richer than markdown. One `.html` file, inline CSS, no external runtime deps — it opens and paints offline anywhere.

2026-07-09
create-scene
Développeurs web

Author a new framework-free video scene into @butai/scene-kit — a standalone HTML document styled by the token contract, plus its frame.md design-spec and its meta.md catalog entry, then regenerate the catalog + registry. Use when the user says '/create-scene', "add a scene to the scene kit", "author a new HyperFrames scene", "create a title-card / callout / code / quote / outro scene", or wants a restyleable HTML scene that a theme can repaint. Scenes are raw HTML rendered to video by HyperFrames (consumed via `npx hyperframes`, never vendored). No React, no Remotion.

2026-07-09
create
Développeurs web

Compose a React/TSX slide deck from a talk outline — read the @butai/slide-kit catalog to pick real archetypes by intent, copy them into the project with `butai add`, wire them into the @butai/deck engine (SlideEngine / Slide), apply a butai theme, and write the deck to a generic, user-named target. Use when the user says '/create', "build the deck", "generate slides from this outline", "compose a presentation", or hands off a talk outline (typically from /outline) ready to become slides. Wires to the butai packages and a consumer-named slides directory — never a personal app path or barrel.

2026-07-09
create-theme
Développeurs web

Author a new, complete butai theme as a standalone, contract-valid [data-theme] CSS file — read TOKEN_CONTRACT from @butai/patterns for the exact token names to fill, study the 13 @butai/themes as convention exemplars, fill EVERY required token plus a distinctive display font, then validate the block with validateThemeTokens so it has zero missing tokens. Use when the user says '/create-theme', "create a theme", "new theme", "make a <vibe> theme" (e.g. "a warm editorial theme", "a cyberpunk theme"), or wants to add a palette / color scheme for butai decks, scenes, and docs. Emits a standalone file — it never mutates the frozen @butai/themes package.

2026-07-09
outline
Développeurs web

Plan and outline a talk or deck BEFORE any slides are built — run a short discovery (purpose, length, content-readiness, speaking-vs-reading density), draft a structured outline whose beats map to real @butai/slide-kit archetypes read from the generated catalog, verify it with the user, then write it to a generic, user-named location for /create to build. Use when the user says '/outline', "plan a talk", "help me shape this talk/deck", "outline my presentation", or has rough notes/screenshots to turn into a talk structure. This skill plans the outline only — it does not build slides or author themes.

2026-07-09
storyboard
Développeurs web

Turn a STORYBOARD.md plus the butai scene kit into a video — parse the storyboard, preview the scenes as a themed contact sheet for free, then drive the real render through the user's own HyperFrames install via `npx hyperframes`. Use when the user says '/storyboard', "render this storyboard", "turn my STORYBOARD.md into a video", "preview my video scenes", or has a STORYBOARD.md and scenes ready. A real render costs credits and is a deliberate manual step; the default output here is the free contact-sheet preview. HyperFrames is an external tool, consumed via npx, never vendored.

2026-07-09
sync-upstreams
Développeurs de logiciels

Check every upstream in the repo-root sources.yml ledger for new releases/commits since it was last reviewed, summarize what changed, and propose what butai might adopt — then update each entry's last-checked date and reference and note that CREDITS.md should be regenerated. Data-driven: it reads the upstream names, urls, and repos from sources.yml at runtime and hardcodes none of them. Use when the user says '/sync-upstreams', "check my upstreams for updates", "sync the credits ledger", "what changed upstream", or "are any of our sources out of date". It proposes; a human always decides what to adopt.

2026-07-09
4 dépôts affichés sur 4
Tous les dépôts sont affichés