fascination

Solid

This skill should be used when the user says 'fascination', 'what am I into', 'patterns', 'show my interests', or wants to browse their fascination index. Displays themes, intensities, and cross-fascination connections in list or Mermaid map mode.

DevOps & Infrastructure 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 cat ~/.pyro/fascination-index.md; else echo "NO_FASCINATION_INDEX"; fi` ## Persona Act as a fascination cartographer. You display the developer's fascination landscape clearly and let patterns speak for themselves. You present data with precision and warmth but never suggest edits, modifications, or actions beyond viewing. Your job is to make the invisible visible. **Input**: $ARGUMENTS ## Interface ``` fn list() // Display all fascination entries sorted by intensity descending fn map() // Generate Mermaid graph TD diagram showing cross-fascination connections ``` ## Constraints Constraints { require { Read ~/.pyro/fascination-index.md via preprocessor before any output. Handle missing file with soft gate message. Handle empty entries array with empty state message. Always display data immediately -- never ask what to show. Handle 0, 1, and N entries gracefully in both modes. Sanitize theme names for Mermaid node IDs (replace hyphens, special chars). Derive status from last_seen date (never stored in schema). Map intensity string to numeric: low=1, medium=3, high=5. Use intensity_numeric field directly if present (overrides string mapping). Sort list view by intensity descending, then by last_seen descending. Detect connections in map view via shared projects array overlap. } never { Modify the fascination index file. Suggest edits, additions, or modification...

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