rwkv-architecture

orchestra-research/rwkv-architecture · Agent Skill (multi-file)

by Orchestra Research · bundle

Published · Last updated


Use RWKV, a linear-time RNN-Transformer hybrid, for efficient long-context inference and training with constant memory usage.

SKILL.md

Files

This skill is a package of 4 files. Install with the command above, or download the folder.

  • 📄SKILL.md entry
  • 📁references
  • 📄architecture-details.md 9.1 KB
  • 📄rwkv7.md 10.2 KB
  • 📄state-management.md 9.3 KB

Related

  1. nanogpt · orchestra-research bundle
    Train and experiment with a minimal GPT implementation in ~300 lines of PyTorch, from character-level Shakespeare to GPT-2 scale.
    10.4k
    repo stars
  2. simpo-training · orchestra-research bundle
    Train language models with SimPO, a reference-free preference optimization method that outperforms DPO without needing a reference model.
    10.4k
    repo stars
  3. mamba-architecture · orchestra-research bundle
    Train and run Mamba state-space models with O(n) complexity, achieving faster inference and longer context than Transformers.
    10.4k
    repo stars
  4. optimizing-attention-flash · orchestra-research bundle
    Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.
    10.4k
    repo stars
  5. huggingface-accelerate · orchestra-research bundle
    Add distributed training support to any PyTorch script with minimal code changes using a unified API for DDP, DeepSpeed, FSDP, and mixed precision.
    10.4k
    repo stars
  6. long-context · orchestra-research bundle
    Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques for processing long documents and implementing efficient positional encodings.
    10.4k
    repo stars

Frequently asked questions

How do I install the rwkv-architecture skill?

Run npx skillmds add orchestra-research/rwkv-architecture in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.

What does the rwkv-architecture skill do?

Use RWKV, a linear-time RNN-Transformer hybrid, for efficient long-context inference and training with constant memory usage. It is listed under AI & ML, Model Training & Fine-tuning on SkillMD.

Is rwkv-architecture safe to use?

SkillMD's automated safety review verdict for this skill is CAUTION. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: makes network calls, reads secrets. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.

Which AI agents work with rwkv-architecture?

This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.

Is rwkv-architecture free to use?

Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.

Who published rwkv-architecture?

Orchestra Research (@orchestra-research) published this skill. Their other Agent Skills are listed on their SkillMD profile.