uv-start-task

Assemble relevant skill notes into a project's AGENTS.md file.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/uv-xiao/pkbllm --skill uv-start-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uv-start-task
Source: https://github.com/uv-xiao/pkbllm/tree/main/common/start-task
Command: npx skills add https://github.com/uv-xiao/pkbllm --skill uv-start-task

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the initiation of new tasks by automatically identifying and assembling relevant skill notes into a project's AGENTS.md file, ensuring all necessary context is readily available for any LLM agent.

Core Features & Use Cases

  • Automated Skill Recommendation: Suggests relevant pkbllm skills based on a task description.
  • Context Assembly: Integrates selected skill descriptions into AGENTS.md for in-band context.
  • Use Case: When starting a new research project on "quantum computing advancements," this skill can recommend and assemble notes from skills related to research, summarization, and literature review, preparing your agent for the task.

Quick Start

Use the uv-start-task skill to recommend and assemble relevant skills for the task "write a blog post about AI ethics".

Frequently Asked Questions about uv-start-task

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

FAQPage Schema
How do I assemble task context for an LLM agent automatically?

Yes, workflow automation for task initiation works by matching a task description query against available notes. It suggests relevant skills and assembles their descriptions into the AGENTS.md file to prepare the agent for execution.

What is AGENTS.md used for in agent onboarding?

AGENTS.md provides passive, in-band context for planning, execution, and review tasks. It structures relevant skill notes directly within the project to facilitate seamless LLM agent onboarding.

How do I initiate a new task using AGENTS.md?

You initiate a task by providing a query describing the task and an output file path. The skill recommends relevant skills and assembles their notes into the AGENTS.md file to structure the agent context.

Do I need a specific query to start task initiation?

Yes, task initiation requires a query to identify relevant skills and an output file path for AGENTS.md. Without a task description query, the skill cannot recommend or assemble the necessary context notes.

Can I use skill assembly for research project preparation?

Yes, you can use skill assembly for research projects. By querying a topic like quantum computing advancements, it recommends and assembles notes from skills related to research, summarization, and literature review into AGENTS.md.