ck:template-skill

Replaces placeholder metadata and activates template-based Skill definitions via frontmatter and Markdown body instructions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MinhQuyen274/smartify --skill ck-template-skill-minhquyen274
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:template-skill
Source: https://github.com/MinhQuyen274/smartify/tree/main/Frontend_PROJECT_Figma/.opencode/skills/template-skill
Command: npx skills add https://github.com/MinhQuyen274/smartify --skill ck-template-skill-minhquyen274

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill template helps you replace placeholder values and quickly produce an instruction-ready Skill definition for your AI workflow.

Core Features & Use Cases

  • Placeholder replacement: Update the skill name and description so it can be discovered and used correctly.
  • Instruction entry point: Provide the operational instructions that will be loaded into context when the Skill is activated.
  • Use Case: Creating a new skill for a specific task in the smartify frontend project by starting from a known-working template and filling in the details.

Quick Start

Edit SKILL.md to replace the placeholder name and description, then write your activation instructions after the frontmatter.

Frequently Asked Questions about ck:template-skill

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

FAQPage Schema
How do I create a new AI workflow skill from a template?

Creating a new AI workflow skill from a template involves replacing placeholder name and description values in the YAML frontmatter, then writing your activation instructions in the Markdown body.

What is YAML frontmatter used for in a skill definition?

YAML frontmatter in a skill definition provides the name and description metadata fields required for the AI capability to be discovered and activated correctly within your workflow.

Do I need any dependencies to set up a frontend skill template?

No dependencies are required to set up this frontend skill template. You only need to edit the SKILL.md file to define the metadata and runtime instructions for your AI task.

How does the Markdown body function when a skill is activated?

The Markdown body functions as the instruction entry point, supplying the operational content that is loaded into context and executed when the skill is activated in your workflow.

Can I use this template to register discoverable AI capabilities in a frontend project?

Yes, you can use this template to register discoverable AI capabilities in a frontend project by defining the operational behavior and metadata needed for workflow integration.

What's the best way to define operational behavior for an AI workflow task?

The best way to define operational behavior is to start from a known-working template, update the placeholder metadata, and write specific activation instructions for your AI task.