dev-commands — community dev-commands, Sidiora-Perpetual-Protocol, Paxeer-Network, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Development Agents needing streamlined desktop and web development server management with yarn app commands. Development commands for monorepo projects. Use when running dev servers, building apps, linting, testing, or troubleshooting build issues. Triggers on yarn, dev, build, lint, test, desktop, mobile, w

Paxeer-Network Paxeer-Network
[0]
[0]
Updated: 3/12/2026

Quality Score

Top 5%
39
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add Paxeer-Network/Sidiora-Perpetual-Protocol/dev-commands
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The dev-commands skill by Paxeer-Network is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Development Agents needing streamlined desktop and web development server management with yarn app commands.

Core Value

Empowers agents to efficiently manage development workflows using yarn app:desktop and yarn app:web commands, leveraging Electron for desktop applications and optimizing web development server startup times, while troubleshooting common issues like Node version conflicts and missing native dependencies.

Capabilities Granted for dev-commands

Streamlining desktop Electron app development with yarn app:desktop
Accelerating web development server startup with yarn app:web
Troubleshooting startup failures using yarn clean and yarn reinstall

! Prerequisites & Limits

  • Requires yarn installation
  • Limited to desktop and web development servers
  • Potential Node version conflicts and missing native dependencies
Project
SKILL.md
3.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Development Commands

Application Development Commands

PLATFORM-SPECIFIC DEVELOPMENT (adapt command names to your project):

  • yarn app:desktop - Start desktop Electron app development

    • Runtime: 30-60 seconds to start
    • Common issues: Node version conflicts, missing native dependencies
    • Troubleshooting: Run yarn clean && yarn reinstall if startup fails
  • yarn app:web - Start web development server

    • Runtime: 15-30 seconds to start
    • Common issues: Port already in use, webpack/bundler compilation errors
    • Troubleshooting: Kill existing processes on port, check console for specific errors
  • yarn app:ext - Start browser extension development

    • Runtime: 20-40 seconds to start
    • Common issues: Manifest v3 validation errors, permission issues
    • Troubleshooting: Check extension manifest validity, verify content security policy
  • yarn app:ios - Start iOS mobile development

    • Runtime: 1-2 minutes (includes Metro bundler)
    • Common issues: Xcode setup, simulator issues, pod install failures
    • Prerequisites: Xcode installed, iOS simulator available
  • yarn app:android - Start Android mobile development

    • Runtime: 1-2 minutes (includes Metro bundler)
    • Common issues: Android SDK path, emulator setup, gradle build failures
    • Prerequisites: Android Studio, SDK tools, emulator configured

Build Commands

PRODUCTION BUILDS (Use for final validation):

  • yarn app:desktop:build - Build desktop app for all platforms

    • Runtime: 5-10 minutes (multi-platform build)
    • Output: Platform-specific installers in apps/desktop/dist/
    • Common issues: Code signing, platform-specific dependencies
  • yarn app:ext:build - Build browser extension

    • Runtime: 2-3 minutes
    • Output: Extension packages in apps/ext/dist/
    • Common issues: Manifest validation, content security policy violations
  • yarn app:web:build - Build web application

    • Runtime: 3-5 minutes
    • Output: Static files in apps/web/dist/
    • Common issues: Bundle size limits, missing environment variables
  • yarn app:native-bundle - Bundle React Native app

    • Runtime: 3-5 minutes
    • Common issues: Native module linking, Metro bundler errors

Development Tools & Quality Assurance

Pre-commit Commands (Local Development)

Use these for fast pre-commit validation:

  • yarn lint:staged - Lint only staged files (fast, recommended for pre-commit)
  • yarn tsc:staged - Type check staged files

Pre-commit workflow:

bash
1yarn lint:staged && yarn tsc:staged && git commit -m "your message"

CI Commands (Full Project Check)

These run in CI pipeline, not for local pre-commit:

  • yarn lint - CI ONLY comprehensive linting
    • Expected runtime: 5-10 minutes
    • Zero tolerance: ALL warnings and errors MUST be fixed
  • yarn lint:only - Quick lint check (all files)
  • yarn tsc:only - Full TypeScript type check
  • yarn test - Test execution

Other Tools

  • yarn clean - Clean all build artifacts and node_modules
  • yarn reinstall - Full clean install (use when dependency issues occur)

Testing

  • Jest configuration in jest.config.js
  • Test setup in jest-setup.js
  • Tests located in __tests__/ or @tests/ directories within packages

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is dev-commands?

Ideal for Development Agents needing streamlined desktop and web development server management with yarn app commands. Development commands for monorepo projects. Use when running dev servers, building apps, linting, testing, or troubleshooting build issues. Triggers on yarn, dev, build, lint, test, desktop, mobile, w

How do I install dev-commands?

Run the command: npx killer-skills add Paxeer-Network/Sidiora-Perpetual-Protocol/dev-commands. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for dev-commands?

Key use cases include: Streamlining desktop Electron app development with yarn app:desktop, Accelerating web development server startup with yarn app:web, Troubleshooting startup failures using yarn clean and yarn reinstall.

Which IDEs are compatible with dev-commands?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for dev-commands?

Requires yarn installation. Limited to desktop and web development servers. Potential Node version conflicts and missing native dependencies.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Paxeer-Network/Sidiora-Perpetual-Protocol/dev-commands. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use dev-commands immediately in the current project.

Related Skills

Looking for an alternative to dev-commands or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design