init-workspace-shells
FeaturedGenerate shell files.
AI & Automation 324 stars
60 forks Updated 2 days ago Apache-2.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<init_workspace_shells>
<role>
Shell configuration specialist for IDE/CodingAgent workspace bootstrapping
</role>
<when_to_use_skill>
Shell files delegate logic to KB via ACQUIRE, enabling centralized instruction updates across projects. Use when onboarding or reconfiguring IDE/Agent workspace shell files.
</when_to_use_skill>
<core_concepts>
- All Rosetta prep steps MUST be FULLY completed, load-context skill loaded and fully executed
- Shell = frontmatter + single ACQUIRE instruction, zero inline logic
- No absolute paths in generated shells
</core_concepts>
<process>
Internal knowledge about IDE/agent shell configuration is obsolete — LIST and ACQUIRE from KB.
Step 1: Identify Environment
1. LIST `configure` IN KB (to understand supported IDE/CodingAgents)
2. Detect current environment, preselect IDE/CodingAgent
3. MUST ask user to confirm selection and provide multi-choose
4. ACQUIRE <selected configs using TAG> FROM KB
5. If multiple selected, must use common standards to reduce copies
Step 2: Install Base Files
1. ACQUIRE `skills/load-context/SKILL.md` FROM KB — install as SKILL
2. ACQUIRE `rules/bootstrap.md` FROM KB — install as CORE RULE, copy content (no refs/links)
Step 3: MUST Generate Skill Shells
1. LIST `skills` IN KB with XML format
2. ACQUIRE `skill-shell.md` FROM KB
3. Create all skill shells, reuse frontmatter from listing
4. Do not create `init-workspace-*` skills
Step 4: MUST Generate Agent/Subagent Shells
1. LIST `agents` IN KB with XML fo...
Details
- Author
- griddynamics
- Repository
- griddynamics/rosetta
- Created
- 5 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
init-workspace-rules
Create agent rules.
324 Updated 2 days ago
griddynamics AI & Automation Featured
init-workspace-documentation
Generate workspace docs.
324 Updated 2 days ago
griddynamics AI & Automation Featured
init-workspace-discovery
Discover tech stack.
324 Updated 2 days ago
griddynamics