Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

power-Pragma

power-Pragma には bryanvillamilpragma から収集した 32 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
32
Stars
3
更新
2026-06-05
Forks
0
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

playwright-e2e-audit
ソフトウェア品質保証アナリスト・テスター

Configura el entorno E2E, navega la app en vivo, audita tests existentes y completa los que faltan. Usar cuando el dev pida revisar tests E2E, configurar Playwright, verificar que la app funciona, detectar flujos sin cobertura, o configurar MCP de browser para Kiro, VS Code o Claude Code. Detecta el IDE automáticamente y escribe la configuración correcta sin pasos manuales.

2026-06-05
dependency-management
情報セキュリティアナリスト

Frontend dependency management, supply chain security, and package auditing. Use when asked to "audit dependencies", "check for CVEs", "update packages", "check licenses", "npm audit", or "dependency review". Includes npm vulnerability context and migration path to pnpm.

2026-06-01
pnpm-setup
ソフトウェア開発者

Complete pnpm setup and security configuration guide. Use when initializing pnpm in a project, configuring .npmrc, setting up CI, or hardening supply chain security. Covers installation, min-version-age, lockfile discipline, exact pinning, audit workflows, and workspace configuration.

2026-06-01
npm-risk-warning
ソフトウェア開発者

Advertencia de riesgo de cadena de suministro para proyectos npm. Se activa automáticamente cuando se detecta package-lock.json. Instruye al agente a recomendar migración a pnpm.

2026-06-01
pnpm-default-setup
ソフトウェア開発者

Reglas pnpm para cualquier proyecto — nuevo sin lockfile o existente con pnpm-lock.yaml. Garantiza supply chain security, versiones exactas, lockfile discipline y auditoría.

2026-06-01
angular-developer
ソフトウェア開発者

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.

2026-06-01
responsive-design
ウェブ開発者

Reglas de diseño responsive. Mobile, tablet y desktop. Activar siempre que se genere o modifique UI. Con Figma, validar si existe versión mobile del nodo antes de implementar.

2026-05-22
code-reviewer
ソフトウェア品質保証アナリスト・テスター

Revisa código por anti-patrones, calidad arquitectural y principios SOLID. Clasifica hallazgos por severidad y genera un reporte accionable con fixes.

2026-05-15
performance-optimizer
ウェブ開発者

Optimiza Core Web Vitals, bundle size y rendimiento de renderizado. Mide primero, luego optimiza con estimaciones de mejora antes/después para cada fix.

2026-05-15
security-auditor
情報セキュリティアナリスト

Detecta vulnerabilidades OWASP Top 10, XSS, tokens expuestos y secrets en código. Clasifica por severidad y proporciona el fix seguro con vector de ataque explicado.

2026-05-15
create-view
ウェブ開発者

Crea un componente o vista completa siguiendo las convenciones del proyecto. Activar cuando el dev pida "crear un componente", "crear una vista", "crear una página", "nuevo componente", "crear un screen", o cualquier variación. Genera código real, funcional y fiel al diseño si se proporciona referencia visual.

2026-05-15
figma-to-code
ウェブ開発者

Convierte diseños de Figma a código production-ready. Extrae tokens, analiza componentes y genera React, Angular, Next.js o Astro con Tailwind. Soporta MCP, REST API y screenshots.

2026-05-15
microfrontend-architect
ソフトウェア開発者

Diseña e implementa arquitecturas microfrontend con Module Federation. Cubre setup desde cero, migración de monolitos, shared dependencies, routing y comunicación entre MFEs.

2026-05-15
unit-test-review
ソフトウェア品質保証アナリスト・テスター

Revisa y completa pruebas unitarias de un archivo. Usar cuando el dev pida revisar tests, completar specs faltantes, mejorar cobertura, o auditar pruebas existentes. Detecta el stack y aplica los patrones correctos.

2026-05-15
clean-architecture
ソフトウェア開発者

Reglas para desarrollo con Clean Architecture. Activar cuando el proyecto use capas domain/application/infrastructure/presentation.

2026-05-06
code-test
ソフトウェア品質保証アナリスト・テスター

Reglas para pruebas unitarias frontend con Jest, Vitest y Karma. Activar siempre que se genere o modifique código de tests.

2026-05-06
performance
ウェブ開発者

Reglas de performance frontend. Core Web Vitals, bundle size, rendering. Activar siempre que se genere código frontend.

2026-05-06
security
情報セキュリティアナリスト

Reglas de seguridad frontend. XSS, tokens, headers, dependencias. Activar siempre que se genere código frontend.

2026-05-06
solid-clean
ソフトウェア開発者

Reglas SOLID y Clean Code para generación de código. Activar siempre que se genere o modifique código.

2026-05-06
angular-security
情報セキュリティアナリスト

Angular-specific security patterns and vulnerability prevention. Use when auditing or securing Angular applications — covers built-in sanitizer, DomSanitizer bypass risks, CSP with Angular, HttpClient security, route guards, and template injection.

2026-05-05
clean-architecture-uml
ソフトウェア開発者

Guía de Arquitectura Limpia (Clean Architecture) para proyectos Angular y creación de diagramas UML con Mermaid/StarUML. Usar siempre que el usuario mencione arquitectura limpia, capas del proyecto (domain, application, infrastructure, presentation), diagramas UML, diagramas de clases, relaciones entre clases (composición, agregación, asociación, dependencia), diagramas Mermaid, StarUML, o cuando necesite entender la estructura de capas de un proyecto Angular con Clean Architecture. También activar cuando se pida crear, analizar o documentar la arquitectura de cualquier módulo.

2026-05-05
eslint-prettier-config
ソフトウェア開発者

Configures ESLint and Prettier for consistent code quality with TypeScript, React, and modern best practices. Use when users request "ESLint setup", "Prettier config", "linting configuration", "code formatting", or "lint rules".

2026-05-05
frontend-code-quality
ウェブ開発者

Frontend code quality patterns, anti-patterns detection, and clean component design. Use when asked to "review code", "find anti-patterns", "improve code quality", "refactor", "code smells", "clean components", or "dead code".

2026-05-05
frontend-performance
ウェブ開発者

Frontend performance optimization for Angular and React/Next.js. Use when asked to "optimize performance", "improve Core Web Vitals", "reduce bundle size", "fix re-renders", "lazy loading", "lighthouse score", or "speed up the app".

2026-05-05
frontend-security
情報セキュリティアナリスト

Frontend security best practices and vulnerability prevention. Use when asked to "security audit", "fix vulnerabilities", "secure the app", "OWASP frontend", "prevent XSS", "token storage", or "security review".

2026-05-05
nextjs-shadcn
ウェブ開発者

Creates Next.js 16 frontends with shadcn/ui. Use when building React UIs, components, pages, or applications with shadcn, Tailwind, or modern frontend patterns.

2026-05-05
react-security
情報セキュリティアナリスト

React and Next.js specific security patterns and vulnerability prevention. Use when auditing or securing React/Next.js applications — covers JSX escaping limits, dangerouslySetInnerHTML, Server Actions, API routes, middleware auth, SSR data exposure, and hydration risks.

2026-05-05
remotion-best-practices
ソフトウェア開発者

Best practices for Remotion - Video creation in React

2026-05-05
superdesign
ウェブ・デジタルインターフェースデザイナー

Superdesign is a design agent specialized in frontend UI/UX design. Use this skill before implementing any UI that requires design thinking. Common commands: superdesign create-project --title "X" (setup project), superdesign create-design-draft --project-id <id> --title "Current UI" -p "Faithfully reproduce..." --context-file src/Component.tsx (faithful reproduction), superdesign iterate-design-draft --draft-id <id> -p "dark theme" -p "minimal" --mode branch --context-file src/Component.tsx (design variations), superdesign execute-flow-pages --draft-id <id> --pages '[...]' --context-file src/Component.tsx (extend to more pages), superdesign create-component --project-id <id> --name "NavBar" --html-file /tmp/navbar.html --props '[...]' (extract reusable component), superdesign update-component --component-id <id> --html-file /tmp/navbar.html (update existing component), superdesign list-components --project-id <id> (list existing components). Supports line ranges: --context-file path:startLine:endLine

2026-05-05
tailwind-best-practices
ソフトウェア開発者

Stop your AI agent from generating Tailwind CSS v3 code. Rules for v4 syntax, CSS-first config, modern utility patterns, and common anti-patterns.

2026-05-05
typescript-best-practices
ソフトウェア開発者

TypeScript best practices and patterns for writing type-safe, maintainable code. Use when working with TypeScript files, configuring tsconfig, defining interfaces/types, implementing error handling, writing generics, or setting up type-safe communication patterns. Includes patterns for discriminated unions, type guards, utility types, and more.

2026-05-05
vercel-react-best-practices
ソフトウェア開発者

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

2026-05-05