Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The central hub and portal for projects, documentation, and static deployments from the xt-ml organization.


Published Projects & Sites

Project Live Site Source Repository Description
ShadowClaw xt-ml.github.io/shadow-claw xt-ml/shadow-claw Browser-native, personal AI assistant with local/remote LLM support, Web Workers, OPFS storage, and agentic tool execution.
ShadowClaw Template xt-ml.github.io/shadow-claw-template xt-ml/shadow-claw-template Starter template repository for authoring and deploying static websites, knowledge hubs, and agent skills driven by the ShadowClaw engine.

Static Publishing with ShadowClaw

Sites deployed across the xt-ml organization leverage ShadowClaw's dual-root static publishing pipeline and CLI.

1. Local Development (shadow-claw)

Template sites and knowledge hubs can be developed and previewed locally using the shadow-claw CLI:

# Start local development server on http://127.0.0.1:8888
npx shadow-claw dev

# Or compile static production distribution into ./dist/public
npx shadow-claw build --prod

2. GitHub Actions Deployment

Workflows check out repository content and compile static distribution bundles via GitHub Actions using one of three strategies:

  • Strategy A (Full Fork): Fork of xt-ml/shadow-claw with in-repo pages and custom components.
  • Strategy B (Pages-only Repo / Toolchain Checkout): Content-only repository checking out xt-ml/shadow-claw as a CI build dependency.
  • Strategy C (CLI / NPM Package): Direct npx shadow-claw build --prod workflow without repository cloning.

For full details on authoring pages, declarative skills, custom element allowlists, and site branding, see the ShadowClaw Documentation.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages