project-show

Solid

Display current active project's PROJECT.md + brief stats. Use /show-project.

AI & Automation 43 stars 13 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 82/100

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

Skill Content

# Project Show ## Output Cat the active project's PROJECT.md. Resolve the slug **env-first** (so it reports the project THIS session is pinned to, not whatever a parallel session last wrote to the shared file): ```bash slug=$(python -c "from scripts._core import active_project as a; print(a.get_active_project() or '')") ``` ```python # equivalent: XS_ACTIVE_PROJECT env var → ~/.xuanran-seo/active-project file content = read(f"projects/{slug}/PROJECT.md") print(content) ```

Details

Author
XuanRanL
Repository
XuanRanL/loamwright-SEO-Skill
Created
2 weeks ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category