← ClaudeAtlas

skill-createlisted

Analyze the repository's technology stack and generate appropriate skills, rules, and hook configurations.
joris887/exosuit · ★ 4 · AI & Automation · score 74
Install: claude install-skill joris887/exosuit
______________________________________________________________________ ## skill-create Analyzing repository and generating technology skills. ## 1. Scan Repository Identify technologies, frameworks, and tools in use: ### 1a. Parse dependency files Scan for all dependency/config files in the project: - `package.json`, `pyproject.toml`, `Cargo.toml`, `Package.swift` - `go.mod`, `pom.xml`, `build.gradle`, `Gemfile`, `composer.json` - `.pre-commit-config.yaml`, CI configuration files ### 1b. Scan imports and usage Identify major technology areas by scanning source code imports and configuration files. ### 1c. Check existing skills Read `.claude/skills/SKILLS_INVENTORY.md` to avoid creating duplicates. ## 2. Classify Technologies Categorize each technology by impact and relevance: | Category | Examples | Skill Priority | | ----------------------------------------- | ---------------------------- | -------------------------------------- | | **Core Framework** (>20% of codebase) | React, Django, Rails, SwiftUI | High — create skill + reference doc | | **Major Library** (significant usage) | SQLite, Redis, Prisma | Medium — create skill | | **Build/Dev Tool** (development workflow) | webpack, jest, ruff | Low — create skill if complex | | **Minor Dependency** (small usage) | lodash, httpx, pydantic | Skip — standard usage, no skill