myskill

Execute project-specific automation commands within the local repository directory.

15|6|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/phnx-labs/agents-cli --skill myskill-phnx-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myskill
Source: https://github.com/phnx-labs/agents-cli/tree/main/apps/cli/tests/fixtures/project-resources/repo/.agents/skills/myskill
Command: npx skills add https://github.com/phnx-labs/agents-cli --skill myskill-phnx-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the need for project-specific automation that remains isolated within the repository, ensuring that environment-specific tasks are only triggered when working within the relevant project tree.

Core Features & Use Cases

  • Context-Aware Execution: Automatically loads and becomes available only when the agent is launched from within the project directory.
  • Project Syncing: Supports seamless distribution of skill logic across development environments via the agent's sync pipeline.
  • Use Case: Use this skill to run project-specific build scripts or environment configuration tasks that are unique to the current repository structure.

Quick Start

Invoke the myskill command to execute the project-specific logic defined in your local agent configuration.

Frequently Asked Questions about myskill

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

FAQPage Schema
How do I run project-scoped automation tasks within a specific local repository?

It executes project-specific logic defined in your local agent configuration by using the myskill command. This facilitates task execution within specific repository trees to ensure isolated workflows.

When do I need project-specific automation for local development workflows?

Project-specific automation is loaded automatically when the agent is launched from within the project directory. This context-aware execution ensures commands remain isolated to the relevant local development environment.

Can I use local workflow automation to sync skills across different development environments?

Yes, you can sync project-scoped automation across development environments via the agent's sync pipeline. This supports seamless distribution of skill logic across different local repository structures.

What is the best way to isolate environment configuration tasks to a single repository tree?

The best way to isolate environment configuration tasks is using project-scoped automation that integrates directly into the local directory structure. This approach confines command availability and execution to the specific repository tree.

Does CLI automation for local development work outside of the configured project directory?

No, CLI automation for local development remains isolated within the repository and automatically loads only when launched from within the project directory. It ensures tasks are not triggered outside the relevant project tree.