Skip to main content

Skills dans ce dépôt

xoai/sage - Page 2

SkillsMP a collecté 76 skills depuis xoai/sage. Ouvrez un skill pour examiner sa source et ses détails.

xoai/sage

Affichage de 36 skills collectés sur 76.

métier
Développeurs de logiciels
description

Start here. Sage reads project state, routes via keywords, classifies intent, and guides you to the right workflow.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Activates when the user starts any substantial task: building, creating, redesigning, analyzing, researching, planning, fixing, improving, evaluating, writing, auditing — code, products, content, or strategy. Also activates when the user asks what to do next,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Autonomous iteration toward a measurable outcome. Use when the user wants to optimize a numeric metric through repeated modify-verify cycles — reduce bundle size, increase test coverage, improve query time, lower readability score. Not for exploratory…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

First-run project setup that detects tech stack, selects quality packs, and generates .sage/ directory with CLAUDE.md. For new projects, guides technology selection. Use when no .sage/ directory exists, when the user says "set up sage", "initialize", "get…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

"Corrects the most common BaaS architecture mistakes agents make — security rules as authorization, data modeling for queries, minimizing serverless functions, real-time by default, and client-direct access patterns. Applies to Firebase, Supabase, and similar…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Flutter patterns — widget architecture, state management, Impeller renderer, platform-adaptive design

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Next.js 14/15 App Router patterns — server components, data fetching, caching, server actions

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

React Native patterns — New Architecture (Fabric/TurboModules), Expo, navigation, performance

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Knowledge entries in sage-memory, Docs in .sage/docs/

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Cycle review, Learnings with prevention rules, Next-cycle seeds

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Independent artifact review via sub-agent delegation. Evaluates completeness, consistency, and quality with severity classification.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Integrates sage-memory into Sage workflows. Teaches the agent when to remember (store findings during work), when to recall (search memory at session start and task start), and how to learn (structured knowledge capture via sage learn). Use when the user…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Branch-per-initiative git discipline for all delivery workflows. Defines branch naming by workflow, the propose-confirm creation protocol, dirty-tree and detached-HEAD handling, the always user-gated merge protocol, worktree support for parallel sessions, and…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use during implementation — loaded by build-loop before each task — whenever code is being written and should hold to universal quality standards, regardless of language or stack. Active while writing, not a post-hoc review checklist.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

When --autonomous is active, skip user-facing elicitation rounds. The agent makes elicitation decisions from memory, codebase patterns, constitution principles, and prior cycle context. Every decision cites its source. Substantive decisions with no signal…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use when authoring or editing a skill that enforces a rule an agent could rationalize past — a discipline skill — or when a shipped discipline skill is being skipped, ignored, or only partially followed. Also use when reviewing a discipline skill before…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Fixture discipline skill that is MISSING its compliance_marker. The harness must exit 2 (setup error) when asked to run this.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Fixture discipline skill with a marker but NO sibling TESTS.md. The harness must exit 2 (setup error) because there is no scenario to dispatch.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Fixture discipline skill used by run-skill-test.test.sh. Declares a real compliance marker so the harness has something to grep for.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Comprehensive requirements elicitation through Socratic conversation, producing a product brief with problem, users, scope, and success criteria in ~10 minutes. Use when starting a new product, designing a system from scratch, planning a major redesign, or…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Guided specification through 4 focused question rounds in ~3 minutes. Round 0 challenges problem framing before solutioning. Produces framing, intent, boundaries, and acceptance criteria. Use when the user wants to add a feature, build something new,…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Quick browser smoke test via Lightpanda MCP. Checks if the primary affected route renders, has no JS errors, and contains expected elements. Advisory only — never blocks. Invisible when Lightpanda is not available or no frontend files in diff.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Quick design quality scan of changed frontend files. Checks for hardcoded colors (when design system exists), missing interactive states, and AI slop indicators. Code-only — does not use Lightpanda. Advisory only — never blocks. Invisible when no frontend…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Defines how Sage content is loaded into the agent's context window. This capability guides platform generators — it specifies what to inline, what to reference, and what to skip. Not a runtime skill for agents; a build-time strategy for generators.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Guides tool selection across three layers: local scripts (zero context cost), MCP proxy (minimal context), and subagent dispatch (isolated context). Ensures the agent uses the cheapest effective layer and never pollutes the main context window with raw tool…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implements a single task from the plan using TDD discipline. Reads the task spec, writes tests first, writes minimal passing code, refactors, and commits. Use when executing a planned task, writing code for a feature, or when the user says "implement this",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides specific, actionable guidance on what to do next based on current project state. Reads progress files and context to give one clear next step. Use when the user says "help", "what do I do", "sage help", "what's next", "I'm stuck", or "status".

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Corrects the 13 most common API design mistakes agents make — grounded in Geewax, Amundsen, Ousterhout, Kleppmann, and Gough/Bryant

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Universal mobile development principles — offline-first, 60fps, touch, battery, platform patterns

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

React 18/19 patterns and anti-patterns — hooks discipline, component architecture, state management

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Universal web development principles — accessibility (WCAG 2.2), performance (Core Web Vitals), security headers (OWASP), SEO, responsive design, error UX, and loading states. Framework-agnostic.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Four-phase debugging framework that finds root causes before attempting fixes. Use when investigating errors, debugging failures, fixing bugs, analyzing test failures, diagnosing unexpected behavior, examining stack traces, or when the user says "it's…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Verifies implementations and fixes actually work by executing commands and observing real results. Never trusts claims. Use as the final quality check after implementation, after a bug fix, or when the user asks "is it done", "does it work", "verify this", or…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Scans relevant codebase areas to understand existing patterns, conventions, dependencies, and architecture before making changes. Use at the start of any feature or fix, when entering an unfamiliar codebase area, or when the user says "scan the project",…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Structures elicitation output into a formal specification defining WHAT to build and WHY. Use after quick-elicit or deep-elicit completes, or when the user provides requirements and says "write a spec", "define requirements", "create a PRD", or "specify this…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Evaluates UI implementation by analyzing screenshots at multiple breakpoints against the spec, design conventions, and web standards. Checks layout, hierarchy, responsiveness, spacing, and accessibility. Use after implementing UI components, after a redesign,…

Langue du texte source : anglais

mis à jour
Affichage de 36 skills collectés sur 76.