project-show
SolidDisplay 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
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
project-switch
Switch active project. Updates ~/.xuanran-seo/active-project pointer. All subsequent commands inherit new project's business-context. Triggered by /switch <slug>.
43 Updated 3 days ago
XuanRanL AI & Automation Solid
project-list
List all projects/{slug}/ with status (fresh/stale/expired). Use /list-projects.
43 Updated 3 days ago
XuanRanL AI & Automation Listed
engine-status
Show where your project stands — what's next, what recently shipped, and anything that needs your attention.
0 Updated today
StarshipSuperjam