write-skill

Create custom pyagent skills with directory structure and frontmatter specifications.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/derekwisong/pyagent --skill write-skill-derekwisong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-skill
Source: https://github.com/derekwisong/pyagent/tree/main/pyagent/skills/write-skill
Command: npx skills add https://github.com/derekwisong/pyagent --skill write-skill-derekwisong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users author and configure new pyagent skills by providing clear instructions and sample structures, simplifying skill development.

Core Features & Use Cases

  • Skill creation guidance: Walks users through directory setup, frontmatter writing, and script development for new skills.
  • Directory layout explanation: Clarifies where to place skill files and how to override existing skills.
  • Use Case: Use this Skill when developing a custom data extraction or automation tool within pyagent, ensuring proper structure and integration.

Quick Start

Use the write skill to generate a new skill directory and sample files following the recommended layout.

Frequently Asked Questions about write-skill

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

FAQPage Schema
How do I create custom pyagent skills for automation workflows?

To create custom pyagent skills for automation, you establish a proper directory structure, write frontmatter specifications, and follow scripting conventions for seamless agent compatibility. This ensures reliable skill onboarding and development workflows.

What is the recommended directory structure for pyagent skill development?

The recommended directory structure for pyagent skill development organizes scripts and references into specific folders. This layout clarifies where to place skill files and explains how to override existing skills effectively.

Can I use Python scripting to customize agent behaviors in pyagent?

Yes, you can use Python scripting to customize agent behaviors in pyagent. The skill development process focuses on scripting conventions that ensure seamless agent compatibility and reliable integration for custom automation tools.

Does pyagent skill development require specific frontmatter specifications?

Yes, pyagent skill development requires specific frontmatter specifications to ensure proper configuration. Writing frontmatter correctly allows the custom skill to integrate seamlessly with the agent's existing automation workflows.

How do I override existing skills when developing custom automation tools?

To override existing skills when developing custom automation tools, you place your new skill files in the correct directory locations following the recommended layout. This structure ensures your custom implementation takes precedence properly.