workflow-execution-rules

Community

Streamline dev workflow, avoid conflicts.

AuthorT1nker-1220
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents AI agents from interfering with a developer's local environment by running servers, installing dependencies, or using mock data, which can lead to conflicts, unreliable testing, and a broken workflow.

Core Features & Use Cases

  • No Dev Servers: Explicitly prohibits running dev servers, ensuring the user maintains full control over their local development environment.
  • Read-Only Information Gathering: Limits AI actions to read-only operations (e.g., cat, git status), requiring explicit permission for any modifications.
  • Real Data Over Mocks: Enforces the use of real data sources (staging DB, dev API) instead of mock data, ensuring code is production-ready from the start.
  • Use Case: When you've made code changes and need to test, this skill will provide clear, step-by-step instructions for you to run the dev server and verify functionality, rather than attempting to execute commands itself.

Quick Start

Example: Guiding user to test changes

I've updated the authentication logic in src/auth/login.ts.

To test:

  1. Run: pnpm dev
  2. Navigate to /login
  3. Try logging in with test credentials
  4. Verify token is stored in localStorage

Let me know if you encounter any issues.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: workflow-execution-rules
Download link: https://github.com/T1nker-1220/.claude/archive/main.zip#workflow-execution-rules

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository