agentsclimarketplace

Aise setup

Skill jiayx01/PhysisAI/plugins/physisai/skills/aise-setup

PhysisAI: trusted, local-first personal and project memory for Codex and Claude Code.

Install
npx -y skills add jiayx01/PhysisAI --skill aise-setup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 18 days oldThe repository was created 18 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

安装或初始化 PhysisAI,配置个人与项目两层本地记忆,并连接 Codex 或 Claude Code。用户说要安装、初始化、接入已有项目、升级旧版本,或第一次使用 AI 自进化时使用。

SKILL.md

3.5 KB, 720 tokens by cl100k_base, as published. Nobody here has run it

PhysisAI Setup

Core Boundary

Treat Codex and Claude as already capable. Configure only the personal preferences, private or project knowledge, proven workflows, tool routes, and quality gates they cannot reliably infer. Do not offer model training, a replacement agent, role editions, or automatic production-rule mutation.

Setup Workflow

  1. Locate the project root and check whether physisai is already on PATH.
  2. If missing, install the released engine in an isolated tool environment:
uv tool install "git+https://github.com/jiayx01/[email protected]"
physisai --version

Use the equivalent pipx install command only when uv is unavailable. Ask before replacing an existing user-wide installation. 3. Resolve the user store from AISE_HOME; when unset, use ~/.aise. Keep it outside the project root. The CLI rejects overlapping user and project roots. 4. Install the matching host plugin when it is not already installed. Do not install an unrelated host adapter. 5. Initialize the target project with one or both adapters:

physisai init --root <project-root> --adapter codex
# or: physisai init --root <project-root> --adapter claude-code
  1. Run physisai doctor --root <project-root> and physisai verify --root <project-root>.
  2. Confirm .ai-self-evolution/ was added to the existing .gitignore without removing other rules, and confirm both event stores use private filesystem permissions.
  3. Confirm the adapter installed exactly one managed loader block while preserving existing content: Codex uses AGENTS.md; Claude Code uses CLAUDE.md.
  4. Confirm .ai-self-evolution/generated/index.md exists and reports no approved active memory in a new project. No empty global/ or project/ category files should be created.
  5. Run physisai context --root <project-root> --query "initial setup check" and confirm a new project contains operating rules only, not invented personal memory.

Existing Projects

  • Do not overwrite an existing .ai-self-evolution directory.
  • Use physisai status, physisai verify, and physisai doctor before changing adapters.
  • Add an adapter or change the context budget with physisai configure; do not rerun physisai init.
  • Run physisai doctor --repair after upgrading from v0.3 to build the Markdown index and layered detail files from existing events. Older v0.2 profile configuration is still upgraded without rewriting historical events.
  • Remove only managed host blocks with physisai detach; this preserves both event stores.
  • Preview v0.1 project-global migration with physisai migrate. Apply it only after the user approves widening those memories to the user layer.
  • Never import whole chat histories by default. Start from explicit corrections, confirmed preferences, verified private knowledge, or repeatable workflows.
  • Keep private events, generated context, indexes, and detail files out of the public repository unless the user explicitly chooses otherwise.

Completion

Report the project root, user-store path, adapter file status, private-state ignore status, permission checks, both event-chain results, generated-index health, and task-context command. Do not claim setup succeeded from file creation alone; use the real CLI results.

What ships with it: 1 file

270 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.