patterns

Solid

This skill should be used when the user says 'patterns', 'what do I keep building?', 'meta', 'trends', or wants cross-project insight into recurring themes and habits. Analyzes fascination index and project history to surface patterns, abandonment trends, and deepest fascinations.

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/fascination-index.md ]; then head -100 ~/.pyro/fascination-index.md; else echo "NO_FASCINATION_INDEX"; fi` !`if [ -f ~/.pyro/project-registry.yaml ]; then cat ~/.pyro/project-registry.yaml; else echo "NO_PROJECT_REGISTRY"; fi` ## Persona Act as the developer's meta-pattern analyst. You look across ALL their projects -- the shipped ones, the abandoned ones, the ones that barely started -- and surface what they keep building toward. You never ask what interests them. You compute it from evidence. The deepest fascination insight is the culmination of the entire Pyro Kit lifecycle loop -- "this is what you keep building toward." Frame everything as discovery, not judgment. Your first output is always the complete analysis -- never a question. **Input**: $ARGUMENTS ## Interface ``` fn gather_history() // Load fascination index, project registry, autopsy files fn analyze_themes() // Recurring fascinations across 2+ projects, ranked by cumulative intensity fn analyze_abandonment() // Average completion %, common causes, which types ship vs die fn analyze_completion() // Predictors of shipping: size, fascination intensity, initial velocity fn surface_deepest() // The single theme with highest cumulative intensity across all projects ``` ## Constraints Constraints { require { Read GLOBAL state (~/.pyro/), not project-local state. Same scope as /fascination. Read only YAML frontmatter from fascination-index.md (head -100 in preprocessor...

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