project-development-playbook — community project-development-playbook, daily_ETF_analysis, Tendo33, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Full Stack Agents needing standardized project implementation workflows with Python 3.10+ and uv for dependencies and execution. Use when implementing project tasks that need consistent coding standards, verification, and frontend stack defaults.

Tendo33 Tendo33
[0]
[0]
Updated: 3/11/2026

Quality Score

Top 5%
33
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add Tendo33/daily_ETF_analysis/project-development-playbook
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The project-development-playbook skill by Tendo33 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

Perfect for Full Stack Agents needing standardized project implementation workflows with Python 3.10+ and uv for dependencies and execution.

Core Value

Empowers agents to implement minimal changes aligned with project conventions using ruff for lint/format and pytest for tests, ensuring consistent delivery workflows across backend and frontend tasks with uv and Python 3.10+.

Capabilities Granted for project-development-playbook

Implementing backend tasks with Python 3.10+ and uv
Standardizing frontend development with consistent workflows
Verifying project changes using pytest and ruff

! Prerequisites & Limits

  • Requires Python 3.10+
  • Limited to backend and frontend tasks with specified implementation paths
  • Dependent on uv for dependencies and execution, ruff for lint/format, and pytest for tests
Project
SKILL.md
1.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Project Development Playbook

Goal

Apply one consistent delivery workflow across backend and frontend tasks.

Workflow

  1. Confirm scope and assumptions.
  2. Choose implementation path (backend, frontend, full stack).
  3. Implement minimal changes aligned with project conventions.
  4. Run relevant verification commands.
  5. Report what changed and what was verified.

Backend Defaults

  • Python 3.10+
  • uv for dependencies and execution
  • ruff for lint/format
  • pytest for tests

For deeper backend architecture rules, use backend-engineering-playbook.

Frontend Defaults

Unless user specifies otherwise, use React + TypeScript + Vite + Tailwind.

For UI/UX work, start with:

bash
1python3 .codex/skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system -p "<project-name>"

Verification Checklist

Run what applies:

bash
1uv run ruff check . 2uv run ruff format --check . 3uv run pytest 4npm --prefix frontend run lint 5npm --prefix frontend run typecheck 6npm --prefix frontend run test 7npm --prefix frontend run build

FAQ & Installation Steps

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

? Frequently Asked Questions

What is project-development-playbook?

Perfect for Full Stack Agents needing standardized project implementation workflows with Python 3.10+ and uv for dependencies and execution. Use when implementing project tasks that need consistent coding standards, verification, and frontend stack defaults.

How do I install project-development-playbook?

Run the command: npx killer-skills add Tendo33/daily_ETF_analysis/project-development-playbook. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for project-development-playbook?

Key use cases include: Implementing backend tasks with Python 3.10+ and uv, Standardizing frontend development with consistent workflows, Verifying project changes using pytest and ruff.

Which IDEs are compatible with project-development-playbook?

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 project-development-playbook?

Requires Python 3.10+. Limited to backend and frontend tasks with specified implementation paths. Dependent on uv for dependencies and execution, ruff for lint/format, and pytest for tests.

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 Tendo33/daily_ETF_analysis/project-development-playbook. 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 project-development-playbook immediately in the current project.

Related Skills

Looking for an alternative to project-development-playbook 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

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup

73.3k
0
Communication

zustand

Logo of lobehub
lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

72.8k
0
Communication