·prompt-complexity-scorer
</>

prompt-complexity-scorer

codyswanngt/lisa

Evaluates user prompts for effort and complexity on a 1-10 scale. This skill should be invoked on every user request to determine if the request warrants planning via a project. For scores 5-10, the agent suggests creating a project at projects/<date>-<project-name>/ to enable task tracking and team collaboration.

4Installs·0Trend·@codyswanngt

Installation

$npx skills add https://github.com/codyswanngt/lisa --skill prompt-complexity-scorer

SKILL.md

This skill evaluates user prompts to determine if they require planning before implementation.

Do not evaluate prompts that are explicit slash command invocations. If the user's prompt starts with /, they are already invoking a workflow and no complexity scoring is needed.

Score each prompt on a 1-10 scale based on these factors:

Evaluates user prompts for effort and complexity on a 1-10 scale. This skill should be invoked on every user request to determine if the request warrants planning via a project. For scores 5-10, the agent suggests creating a project at projects/<date>-<project-name>/ to enable task tracking and team collaboration. Source: codyswanngt/lisa.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/codyswanngt/lisa --skill prompt-complexity-scorer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is prompt-complexity-scorer?

Evaluates user prompts for effort and complexity on a 1-10 scale. This skill should be invoked on every user request to determine if the request warrants planning via a project. For scores 5-10, the agent suggests creating a project at projects/<date>-<project-name>/ to enable task tracking and team collaboration. Source: codyswanngt/lisa.

How do I install prompt-complexity-scorer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/codyswanngt/lisa --skill prompt-complexity-scorer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/codyswanngt/lisa

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01