app / cosmiic
!

Not installable via adompkg

This app has no published release. adompkg install kyle/cosmiic will not work until a maintainer publishes a tarball with install.sh and uninstall.sh.

See the publishing docs for the package.json schema and tarball layout required to ship this app.

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.

Related wiki molecules

  • 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