Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

vanixiets

vanixiets contém 103 skills coletadas de cameronraysmith, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
103
Stars
13
atualizado
2026-06-23
Forks
0
Cobertura ocupacional
19 categorias ocupacionais · 80% classificado
explorador de repositórios

Skills neste repositório

knowledge-graph
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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

2026-06-22
preferences-data-modeling
sem classificação

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
sem classificação

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

2026-06-22
preferences-domain-modeling
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Redatores técnicos

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

2026-06-08
preferences-style-and-conventions
Redatores técnicos

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
Redatores técnicos

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

2026-06-07
meta-orchestrator-initiate
Especialistas em gestão de projetos

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
Redatores técnicos

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

2026-06-07
jj-history-cleanup
Redatores técnicos

Jujutsu history cleanup patterns for rewriting and reorganizing change history.

2026-06-07
jj-summary
Redatores técnicos

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

2026-06-07
jj-version-control
Redatores técnicos

Jujutsu version control conventions and workflow patterns.

2026-06-07
jj-workflow
Redatores técnicos

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

2026-06-07
preferences-git-history-cleanup
Desenvolvedores de software

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
Desenvolvedores de softwareOutras ocupações de informática

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
Desenvolvedores de software

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Mostrando as 40 principais de 103 skills coletadas neste repositório.