stacks

Detect project tech stacks from manifests and route context to domain skills.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune-plugin --skill stacks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks
Source: https://github.com/vinhnxv/rune-plugin/tree/main/plugins/rune/skills/stacks
Command: npx skills add https://github.com/vinhnxv/rune-plugin --skill stacks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stack-Aware Intelligence auto-detects a project's tech stack from manifests, routes context to domain-relevant skills, and selects specialist review agents. It covers detection, context routing, knowledge profiles, and enforcement agents.

Core Features & Use Cases

  • Detects languages, frameworks, databases, libraries, and tooling by scanning standard manifest files.
  • Routes context to the appropriate domain skills and designates specialist reviewers based on detected stack.
  • Produces a context manifest that drives deterministic loading for reviews, audits, and plan workflows.
  • Use case: when reviewing a PR in a mixed-language monorepo, it loads only the relevant skills and agents.

Quick Start

Provide a repository path to analyze and trigger stack detection and context routing for the active task.

Frequently Asked Questions about stacks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-detect a project's tech stack from manifest files?

Stack detection scans standard manifest files to identify languages, frameworks, databases, libraries, and tooling. It then routes context to the appropriate domain skills and selects specialist review agents based on the detected tech stack.

Can I detect and route context for Python, TypeScript, Rust, and PHP projects?

Yes, stack detection supports Python, TypeScript, Rust, and PHP projects. It determines languages, frameworks, databases, and tooling from manifests, then routes context to domain-relevant skills and specialist agents for those ecosystems.

How does context routing work for mixed-language monorepos?

Context routing scans manifests across the monorepo, detects each sub-project's stack, and loads only the relevant skills and agents. This ensures deterministic context loading for reviews and audits without pulling unnecessary domain knowledge.

What is a context manifest and how does it drive specialist review agents?

A context manifest captures the detected languages, frameworks, databases, and tooling. It drives deterministic loading by selecting specialist review agents and domain-relevant skills, ensuring reviews and audits apply the correct technical context.

Do I need to manually specify languages and frameworks for stack-aware code reviews?

No manual specification is needed. Stack detection automatically determines languages, frameworks, databases, libraries, and tooling by scanning standard manifest files, then selects the appropriate specialist agents for the review workflow.