Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
$pwd:
intertwine
GitHub creator profile

intertwine

Repository-level view of 48 collected skills across 8 GitHub repositories, including approximate occupation coverage.

skills collected
48
repositories
8
occupation fields
3
updated
2026-05-25
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

#001
hermes-agent
27 skills00updated 2026-03-08
56% of creator
polymarket
sin clasificar

Query Polymarket prediction market data — search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.

2026-03-08
apple-notes
sin clasificar

Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).

2026-03-07
apple-reminders
sin clasificar

Manage Apple Reminders via remindctl CLI (list, add, complete, delete).

2026-03-07
imessage
sin clasificar

Send and receive iMessages/SMS via the imsg CLI on macOS.

2026-03-07
huggingface-accelerate
sin clasificar

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

2026-03-06
audiocraft-audio-generation
sin clasificar

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

2026-03-06
faiss
sin clasificar

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.

2026-03-06
optimizing-attention-flash
sin clasificar

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.

2026-03-06
Showing top 8 of 27 collected skills in this repository.
#002
hive-orchestrator
6 skills232updated 2026-04-07
13% of creator
hive-maintainer
Gerentes de sistemas informáticos y de información

Discipline for developing Hive itself — PR sizing, review handling, merge discipline, release workflow, delegation, and cleanup hygiene. Use this skill when working on Hive repo changes that span multiple PRs or review cycles.

2026-04-07
hive-coordination
Gerentes de sistemas informáticos y de información

Coordinate work across multiple agents and projects in Hive. Covers task claims, blockers, handoffs, campaigns, portfolio management, briefs, and shared memory.

2026-03-22
hive-essentials
Gerentes de sistemas informáticos y de información

Hive mental model and orientation. Read this first before using any other Hive skill. Covers the entity hierarchy, observe-and-steer pattern, drivers, sandboxes, console vs CLI, and workspace conventions.

2026-03-22
hive-mcp
Analistas de seguridad de la información

Use the Hive MCP server for the thin v2 search and execute tool surface. Use this skill when configuring MCP access to Hive or when an agent needs workspace search and bounded local execution.

2026-03-22
hive-project-setup
Gerentes generales y de operaciones

Set up and configure Hive workspaces, projects, tasks, and evaluator policy. Use this skill when bootstrapping, creating projects, managing tasks, or configuring PROGRAM.md.

2026-03-22
hive-work-loop
Desarrolladores de software

The core agent work cycle in Hive — from finding a task through claiming, launching a run, handling approvals, finishing, and promoting. Use this skill for task-first project work, governed runs, and clean handoff.

2026-03-22
#003
security-verifiers
6 skills30updated 2026-02-04
13% of creator
sv-eval
Analistas de garantía de calidad de software y probadores

Run and analyze Security Verifiers evaluations. Use when asked to evaluate models on E1 (network-logs) or E2 (config-verification), generate metrics reports, compare model performance, or analyze eval results.

2026-02-04
sv-report
Analistas de garantía de calidad de software y probadores

Generate SV-Bench metrics reports (summary.json + report.md) for E1/E2 runs, validate metrics contracts, and produce comparison-friendly artifacts from outputs/evals/.

2026-02-04
sv-deploy
Administradores de redes y sistemas informáticos

Deploy Security Verifiers environments and packages. Use when asked to deploy to Prime Intellect Environments Hub, publish to PyPI, bump versions, build wheels, or manage releases.

2026-01-24
sv-data
Analistas de seguridad de la información

Build and manage Security Verifiers datasets. Use when asked to build E1 or E2 datasets, create test fixtures, validate data, or manage dataset files for network-logs or config-verification environments.

2026-01-24
sv-dev
Analistas de garantía de calidad de software y probadores

Development workflow for Security Verifiers. Use when asked to run tests, lint code, format files, set up the development environment, or perform CI checks on the codebase.

2026-01-24
sv-hf
Desarrolladores de software

Manage HuggingFace datasets for Security Verifiers. Use when asked to push datasets to HuggingFace, manage metadata, configure gated access, or set up user HF repositories for E1/E2 datasets.

2026-01-24
#004
dspy-agent-skills
5 skills24522updated 2026-05-25
10% of creator
dspy-advanced-workflow
Desarrolladores de software

Drive a complete DSPy 3.2.x project end-to-end — spec → program → metric → baseline → GEPA optimize → export → deploy. Orchestrates the other four DSPy skills (dspy-fundamentals, dspy-evaluation-harness, dspy-gepa-optimizer, dspy-rlm-module) in the correct order. Use this for any non-trivial DSPy build from scratch.

2026-05-25
dspy-evaluation-harness
Analistas de garantía de calidad de software y probadores

Build DSPy evaluation harnesses with rich-feedback metrics that are essential for GEPA optimization. Use when writing a metric function, calling dspy.Evaluate, splitting dev/val sets, debugging "why is my optimizer not improving?", or designing CI-ready DSPy eval suites.

2026-05-25
dspy-fundamentals
Desarrolladores de software

Write idiomatic DSPy 3.2.x programs — typed Signatures, dspy.Module subclasses, Predict/ChainOfThought/ReAct/ProgramOfThought, and save/load. Use this when starting any new DSPy project or when fixing non-idiomatic DSPy code (hard-coded prompts, ad-hoc string templates, untyped outputs, non-serializable classes).

2026-05-25
dspy-gepa-optimizer
Desarrolladores de software

Optimize DSPy programs with dspy.GEPA — the reflective/evolutionary optimizer that is the 2026 gold standard for DSPy (beats MIPROv2 on complex tasks with far fewer rollouts when the metric returns rich feedback). Use when the user says optimize, compile, GEPA, reflective optimization, or "make this program better" and a DSPy program + metric + trainset exist.

2026-05-25
dspy-rlm-module
Desarrolladores de software

Use dspy.RLM (Recursive Language Model) for reasoning over contexts too large to fit in an LLM's working window — entire codebases, long logs, massive documents, or multi-step data exploration that needs a sandboxed Python REPL. Use when the input is >100k tokens, needs recursive chunking, or benefits from the LLM writing and running code to probe data.

2026-04-21
#006
sops-encrypted-envs-mac
1 skills80updated 2026-04-23
2.1% of creator
#008
claude-code-scheduler
1 skills10updated 2026-03-02
2.1% of creator
Mostrando 8 de 8 repositorios
Todos los repositorios cargados