Propose a change
Name Last commit message Last updated
cosmiic-logo-white.png Migrate asset from Helium wiki 1mo ago
cosmiic.tar.gz Migrate asset from Helium wiki 1mo ago
install.sh Add adompkg installer files 1mo ago
package.json Add adompkg installer files 1mo ago
page.json Remove internal identifiers from page.json 11d ago
README.md Initial commit: app/cosmiic 1mo ago
SKILL.md Add adompkg installer files 1mo ago
uninstall.sh Add adompkg installer files 1mo ago

COSMIIC org bootstrap package — skills, projects directory, brand assets, and welcome page for COSMIIC (Community Open-Source Modular Implantable Integrated Circuits) platform development.

What's included

Directory structure

~/cosmiic/
  install.sh          # Bootstrap installer (run by gallia install.mjs)
  CLAUDE.md           # Workspace instructions for Claude Code
  skills/             # COSMIIC-specific Claude Code skills
  projects/           # Project directories
  brand/              # Logos and brand assets
  welcome/            # Welcome page HTML
  scripts/            # Publish and maintenance scripts

Skills

Empty skills/ directory ready for COSMIIC-specific skills. Add skill directories here and they'll be installed to ~/.claude/skills/ on bootstrap.

  • COSMOCOIL Wireless Charger
  • COSMIIC Power Module Eval Board
  • COSMIIC Pulse Generator Eval Board

Installation

Automatically installed by gallia install.mjs when the container's user is a member of the cosmiic Carbon org. No GitHub access required — downloaded from this wiki page as cosmiic.tar.gz.

Manual install:

curl -fsSL https://wiki-ufypy5dpx93o.adom.cloud/static/apps/cosmiic/cosmiic.tar.gz -o /tmp/cosmiic.tar.gz
mkdir -p ~/cosmiic && tar xzf /tmp/cosmiic.tar.gz -C ~/cosmiic
cd ~/cosmiic && bash install.sh

Adding skills

  1. Create a directory under ~/cosmiic/skills/<skill-name>/
  2. Add a SKILL.md with frontmatter (name, description)
  3. Re-run bash ~/cosmiic/install.sh or node ~/gallia/install.mjs

Publishing updates

cd ~/cosmiic && bash scripts/publish-to-wiki.sh