_shared

Define canonical evidence profiles and task-to-skill routing for devkit skills.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill shared-jonusnattapong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _shared
Source: https://github.com/JonusNattapong/agenttalk-mcp/tree/main/src/skills/devkit/_shared
Command: npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill shared-jonusnattapong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill Unit serves as a foundational reference point for the devkit skills, providing shared evidence profiles and routing indices to standardize and streamline skill development and operations.

Core Features & Use Cases

  • Shared Evidence Profiles: Defines the standard profiles for typed evidence, ensuring consistency across skills.
  • Routing Index: Specifies the task-to-skill mappings and negative triggers, aiding in proper skill utilization.
  • Use Case: When developing a new devkit skill, refer to the evidence profiles and routing index within this Skill Unit to ensure compliance and interoperability with the broader devkit framework.

Quick Start

To view the evidence profiles, run the following command:

cat _shared/references/evidence.md

Frequently Asked Questions about _shared

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

FAQPage Schema
What are canonical evidence profiles for standardizing skill development?

Canonical evidence profiles define standard typed evidence structures, ensuring consistency and interoperability across devkit skills during skill development and operations.

How do I create a routing index for task-to-skill mappings?

A routing index specifies task-to-skill mappings and negative triggers, aiding in proper skill utilization. You can view the shared routing index by running cat _shared/references/evidence.md.

Why do I need shared references when developing devkit skills?

Shared references provide foundational evidence profiles and routing indices to standardize skill development, ensuring new skills comply with the broader devkit framework and maintain operational consistency.

Does the devkit framework support standardization for custom skill operations?

Yes, the devkit framework supports standardization through this central repository, which provides shared reference material defining canonical evidence profiles and task-to-skill routing for custom skill operations.

What is the best way to ensure compliance with devkit skill standardization?

To ensure compliance with devkit skill standardization, refer to the evidence profiles and routing index within the shared references before developing new skills to maintain interoperability across the framework.

Can I use shared evidence profiles to standardize typed evidence across multiple skills?

Yes, shared evidence profiles define standard profiles for typed evidence, explicitly ensuring consistency and standardization across multiple skills operating within the devkit framework.