Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

vanixiets

vanixiets contient 103 skills collectées depuis cameronraysmith, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
103
Stars
13
mis à jour
2026-06-23
Forks
0
Couverture métier
19 catégories métier · 80% classifié
explorateur de dépôts

Skills dans ce dépôt

knowledge-graph
non classé

Index curated reference corpora into a searchable knowledge graph via the cognee engine, then query it to ground technical writing, review, and analysis. Use when ingesting reference documents into named datasets or retrieving grounding context for tasks like drafting or reviewing a manuscript. A reference-knowledge index, explicitly not agent session memory.

2026-06-23
preferences-nix-development
non classé

Nix development conventions for flakes, derivations, modules, and code style. Use when authoring flake.nix files, writing derivations or builders, designing NixOS/nix-darwin/home-manager modules, or following nix formatting and naming conventions. For check architecture and CI integration, see preferences-nix-checks-architecture and preferences-nix-ci-cd-integration.

2026-06-23
refinement-driven-development
non classé

Approximately-verifiable, refinement-driven development for type-driven domain-driven design. Use when modeling a domain as a dependently-typed Lean 4 specification, refining/lowering it to a Rust implementation, lifting the implementation back via Charon and Aeneas to check spec<->implementation correspondence (translation validation) — mechanically when tractable, otherwise via differential testing or LLM comparison — or when generating and diffing type-system diagrams of the model and implementation to track their evolution. Mechanical on-the-nose proof is the precise ideal, not a requirement; its absence is not a failure of the method.

2026-06-22
meta-skill-creator
non classé

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-06-22
preferences-algebraic-data-types
non classé

Algebraic data type patterns including sum types, product types, and pattern matching across languages. Load when designing type hierarchies or working with discriminated unions.

2026-06-22
preferences-algebraic-laws
non classé

Algebraic laws including functor/monad laws and property-based testing strategies. Load when verifying algebraic properties or writing property tests.

2026-06-22
preferences-architectural-patterns
non classé

Architectural patterns including hexagonal architecture, CQRS, and event-driven design. Load when making architectural decisions or reviewing system design.

2026-06-22
preferences-bounded-context-design
non classé

Bounded context design including context mapping, integration patterns, and anti-corruption layers. Load when designing service boundaries or system integration.

2026-06-22
preferences-collaborative-modeling
non classé

Collaborative modeling techniques including EventStorming and Domain Storytelling. Load when facilitating discovery workshops or modeling domain processes.

2026-06-22
preferences-data-modeling
non classé

Data modeling conventions including Arrow-based columnar interchange, DuckDB/DuckLake lakehouse patterns, SQLMesh transformations, and scientific data contracts. Load when designing database structures, data pipelines, cross-language analytics, or data relationships.

2026-06-22
preferences-distributed-systems
non classé

Distributed systems patterns including consistency models, consensus, and fault tolerance. Load when designing or debugging distributed architectures.

2026-06-22
preferences-domain-modeling
non classé

Functional domain modeling with DDD principles, aggregate design, smart constructors, and validation patterns. Load when designing domain types or business logic.

2026-06-22
preferences-event-sourcing
non classé

Event sourcing patterns including event replay, state reconstruction, and CQRS. Load when implementing event-sourced aggregates or projections.

2026-06-22
preferences-functional-reactive-programming
non classé

Functional reactive programming foundations including FRP semantics, arrows, and presheaf models. Load when working with reactive streams or FRP abstractions.

2026-06-22
preferences-haskell-development
non classé

Haskell development conventions covering type classes, monadic composition, and GHC extensions. Load when working with .hs files or Haskell projects.

2026-06-22
preferences-hypermedia-development
non classé

Hypermedia-driven UI development patterns including architecture, SSE streaming, Datastar framework, CSS architecture, web components, templating, and event architecture. Load when building server-driven UIs or hypermedia applications.

2026-06-22
preferences-python-development
non classé

Python development conventions including type safety with basedpyright, beartype, and Expression library patterns. Load when working with .py files or Python projects.

2026-06-22
preferences-railway-oriented-programming
non classé

Railway-oriented programming with Result types and workflow composition for error handling. Load when designing error handling pipelines or composing fallible operations.

2026-06-22
preferences-rust-development
non classé

Rust development conventions covering domain modeling, error handling, API design, testing, performance, and type-level programming. Load when working with .rs files or Rust projects.

2026-06-22
preferences-theoretical-foundations
non classé

Category-theory and type-theory foundations for compositional, correct-by-construction software architecture. Load when designing, refactoring, reviewing, or maintaining an architecture; when reasoning about abstractions, functors, optics, or type-level constructs; when choosing or justifying an effect system, or weighing a monad-transformer stack against a capability interface discharged by handlers; when drawing event-sourcing or CQRS boundaries, or making a read model a verifiable projection; when modeling a domain's effects and coeffects; when making a component's decide/evolve (Decider) structure explicit; and when retaining a type-checkable Lean architecture spec beside a non-Rust (for example Python) implementation. Pairs with refinement-driven-development, which owns the verified Lean-to-Rust round trip.

2026-06-22
preferences-typescript-nodejs-development
non classé

TypeScript and Node.js development conventions including strict typing, Effect-TS patterns, and build configuration. Load when working with .ts files or Node.js projects.

2026-06-22
preferences-workflow-orchestration-algebra
Développeurs de logiciels

Algebraic and categorical reading of data/pipeline workflow orchestrators (Dagster, Flyte) through the Build Systems à la Carte lens, plus the functional-programming and CCV discipline for the gaps the orchestrator does not enforce itself. Scoped to data-pipeline orchestration, not agent/subagent workflow DAGs. Load when mapping a Dagster asset graph to a free-term / store-interpreter structure, choosing between asset-based and task-based orchestrators, writing a lawful IO manager, reasoning about static-vs-dynamic dependencies in a pipeline, or enforcing type-safe FP discipline on Dagster or Flyte pipelines in Python.

2026-06-22
agentic-planning-development-workflow
Spécialistes en gestion de projets

State-machine router across a Linear-canonical board with an AFK/HIL/Manual execution-mode fork. Load when selecting an execution mode for a change, driving the agentic planning-and-development board, or routing a change between board states.

2026-06-12
openspec-linear-sync
Développeurs de logiciels

linear-cli-driven Linear-to-OpenSpec lifecycle sync overlay that binds one Linear story per OpenSpec change, supports concurrent changes across multiple Linear teams and projects in one monorepo via the openspec/linear.yaml registry, mirrors lifecycle phase to Linear state, and runs the archive-time document upsert. Load when binding a Linear story to an OpenSpec change, mirroring lifecycle phase to Linear state, or running the archive-time document upsert.

2026-06-12
project-management
Spécialistes en gestion de projets

Human-facing project-management hub for the Linear Method ontology, conventions, and the workspace safety gate. Load when reasoning about project/issue structure, Linear conventions, or how OpenSpec, beads, and GitHub relate as PM layers.

2026-06-12
preferences-documentation
Rédacteurs techniques

Documentation conventions including structure, formatting, and maintenance practices. Load when writing or reviewing documentation.

2026-06-08
preferences-style-and-conventions
Rédacteurs techniques

Style and formatting conventions for code, documentation, naming, and file organization. Load when reviewing style consistency or setting up new files.

2026-06-08
meta-agent-teams
Rédacteurs techniques

Agent team orchestration conventions for persistent multi-agent coordination via shared task lists and messaging.

2026-06-07
meta-orchestrator-initiate
Spécialistes en gestion de projets

Team-level orchestrator initialization for missions requiring multi-pair coordination. Establishes the strategic frame, authority hierarchy, wrapper canon, and decomposition discipline for a planning master orchestrator spawning repo-coupled AC↔WO pairs across one or more target repositories.

2026-06-07
jj-git-interactive-rebase-to-jj
Rédacteurs techniques

Complete reference for translating git interactive rebase operations to Jujutsu equivalents.

2026-06-07
jj-history-cleanup
Rédacteurs techniques

Jujutsu history cleanup patterns for rewriting and reorganizing change history.

2026-06-07
jj-summary
Rédacteurs techniques

Jujutsu workflow summary with essential paradigm shifts and decision guide. Reference for quick jj orientation.

2026-06-07
jj-version-control
Rédacteurs techniques

Jujutsu version control conventions and workflow patterns.

2026-06-07
jj-workflow
Rédacteurs techniques

Jujutsu atomic workflow with full operational reference for jj-based repositories.

2026-06-07
preferences-git-history-cleanup
Développeurs de logiciels

Git history cleanup patterns for rewriting, squashing, and reorganizing commit history. Load when cleaning up branch history before merge.

2026-06-07
preferences-git-version-control
Développeurs de logicielsAutres occupations informatiques

Git version control conventions including atomic commits, branch workflow, and commit formatting. Load when making commits or managing branches.

2026-06-07
meta-session-resume
Développeurs de logiciels

Generate annotated resume command and add to atuin history for session continuation. Triggered by requests to prepare, save, or checkpoint a session for resumption, or "prepare this session for resumption".

2026-05-29
meta-orchestrator-checkpoint
Spécialistes en gestion de projets

Team-level checkpoint and handoff for missions coordinated through the master orchestrator pattern. Captures cross-cycle accumulated state across the master plus retired ACs and their WO cycles, producing a handoff payload that the next master session can resume via /meta-orchestrator-initiate. Two variants: handoff (mid-mission) and closure (mission completion).

2026-05-17
worktree-sparsity-eval
Développeurs de logiciels

Evaluate repository size metrics to determine whether worktrees should use sparse checkout. **Invoke only in git-native mode (no `.jj/` directory) when creating a `git worktree`, OR in jj mode when the user has explicitly requested workspace isolation by name and only to size a `jj workspace add` invocation.** `git worktree add` is hook-blocked in jj-managed repositories (see the no-worktree-in-jj-mode directive in the global CLAUDE.md); this skill does not apply to that case. In jj mode without an explicit workspace request, parallel work uses the diamond workflow's development join, not worktrees — see `~/.claude/skills/jj-version-control/tiered-ceremony.md`. Also invoke for periodic re-evaluation when a repo has grown significantly.

2026-05-17
preferences-compositional-continuous-verification
Analystes en assurance qualité des logiciels et testeurs

Compositional Continuous Verification (CCV) — theoretical anchor for system-level approximate correctness via operating-envelope-plus-regulator pairs that compose into a single closure operator. Distinct from narrow Continuous Validation (Rosenthal–Jones runtime sense). Load when designing flake checks, reasoning about coverage and traceability, proposing new regulators, auditing whether a system's verification apparatus closes, or framing the agent-side enumerate-and-audit habit on `.#checks`.

2026-05-12
Affichage des 40 principaux skills collectés sur 103 dans ce dépôt.