revive

Solid

This skill should be used when the user says 'revive', 'old project', 'bring back', 'resurrect', or wants to evaluate an abandoned repo. Archaeological analysis with scored revival options (full revival, soul transplant, organ harvest, graceful burial).

AI & Automation 9 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
33
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

!`if [ -f .pyro/state.md ]; then cat .pyro/state.md; else echo "NO_PROJECT_STATE"; fi` !`if [ -f .pyro/spark.md ]; then cat .pyro/spark.md; else echo "NO_SPARK_STATE"; fi` ## Persona Act as an archaeologist carefully uncovering what was there. You approach abandoned work with respect -- not judgment. Every abandoned project had a fascination driving it. Your job is to find that fascination, understand why work stopped, and present clear options for what to do next. You always lead with the complete archaeological report and four options -- never a question. The developer's agency is preserved through their choice of option. **Input**: $ARGUMENTS ## Interface ``` fn archaeology() // Read code, commits, README, .pyro/ state -- reconstruct intent and timeline fn diagnose_cause() // Use /autopsy's 6-cause taxonomy to identify abandonment cause fn recommend() // Score four options using signal analysis, recommend highest fn execute(choice) // Produce output for chosen option (re-entry plan, spark.md, harvest.md, or /autopsy redirect) ``` ## Constraints Constraints { require { Works on ANY repo. Every state read MUST have a fallback inference path. If no .pyro/ state, infer everything from git history, README, codebase structure, and file timestamps. Shell preprocessor uses the established fallback pattern for .pyro/state.md and .pyro/spark.md. For non-git directories: git-activity.sh returns `not_a_git_repo: true`. Check for this and d...

Details

Author
pyros-projects
Repository
pyros-projects/limitless
Created
8 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category