-
-
Notifications
You must be signed in to change notification settings - Fork 2
feat(skills): sync 46 missing skills from local environment #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
zubyul
wants to merge
9
commits into
main
Choose a base branch
from
feat/sync-46-local-skills-20260101
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates aptos-wallet-mcp and aptos-trading skills with keyless authentication support: aptos-wallet-mcp/config.json: - Schema v2.0 with keyless_support flag - Added keylessConfig section for JWT sourcing - MCP servers now use APTOS_KEYLESS_JWT_SOURCE - Auto-generate ephemeral keys with APTOS_KEYLESS_AUTO_EPK - Legacy private key config preserved in legacyEnv aptos-trading/scripts/ephemeral_key_handler.py: - EphemeralKeyManager with key persistence - JWT sourcing from env, file, or inline - Build keyless config for Aptos SDK - CLI for key generation, rotation, status - Integration with alpha_executor.py Migration: Set APTOS_OIDC_JWT and enable auto EPK generation. See aptos-claude-agent/EPHEMERAL_KEYS.md for full guide. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Skills synced:
- World prefixes (a-z): 26 skills for parallel world hopping
- #E847C0: Color-keyed skill
- bmorphism-video-interleave: Video archive interleaving
- color-mining: Color extraction with babashka
- eleuther-mlx: EleutherAI MLX integration
- gh-complete/gh-graphql-ducklake: GitHub GraphQL utilities
- grid-coordination: Grid coordination patterns
- levin-levity: Fokker-Planck teleportation + CapTP ACSets
- libghostty-vt: Ghostty VT terminal integration
- modelica: Modelica + Wolfram chemputation bridge
- polynomial-dynamics: Polynomial functor dynamics
- quarto-julia: Quarto + Julia publishing
- reverse-derivative-{coordinator,generator,validator}: Categorical backprop triad
- sdr-borges-reafference: SDR signal processing
- skill-loader: Skill loading utilities
- stellar-resolution: Stellar network resolution
- true-alife: Artificial life systems
- vermillion-hunter: Color hunting utilities
Local: 514 skills → plurigrid-asi: 514 skills (parity achieved)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fixes ~200 broken SKILL.md files missing required YAML frontmatter. Script extracts name from directory and description from first heading. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fixes: - Missing YAML frontmatter - Unquoted descriptions with colons - Empty/malformed description fields - Extracts description from markdown headings 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- New: patent-navigator skill for protecting software work (open/proprietary) - Updated: parallel-fanout, scum-resource, babashka, sicp, resource-sharing - All updated skills now have CRITICAL: NO DEMOS constraint - Loading skill for context ≠ executing demonstration code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fixes heap exhaustion by implementing: - Backwards-first workflow with DuckDB tracking - Resource-aware patterns (random walk, context budget, lazy eval) - Auto-executing pre-hook for heap monitoring Addresses Node.js 4GB heap limit OOM crashes. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
…d bisimulation dispersal - GF3_CONSERVATION_PROVISIONAL: 8 claims for triadic conservation-constrained parallel task dispatch - BISIMULATION_DISPERSAL_PROVISIONAL: 10 claims for skill verification via bisimulation games - USPTO EFS-Web ready .txt files with proper formatting - FILING_INSTRUCTIONS.md with Patent Center workflow Prior art search completed: - GF patents (EP0080528A1, US6760742B1, US7003106B2) = cryptographic hardware only - Bisimulation work (Jiang 2019, Laroussinie 2021, Gutierrez 2021) = game theory only - No blocking references for AI scheduling or skill transfer applications Micro entity filing: $320 each Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ation and bisimulation dispersal" This reverts commit 4e4a739.
…ring - TOKENS PAY RENT constraint: no passive summaries, agreement requires implementation - Higher-order wiring diagrams for conversation branch tracking - DuckDB schema for branch state persistence - Zigger chat branches initialized Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Looks like there are a few issues preventing this PR from being merged!
If you'd like me to help, just leave a comment, like Feel free to include any additional details that might help me get this PR into a better state. You can manage your notification settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
~/.claude/skills/but missing from plurigrid-asiSkills Added (46)
World Prefixes (26)
Single-letter skills for parallel world hopping:
a b c d e f g h i j k l m n o p q r s t u v w x y zTechnical Skills (20)
#E847C0bmorphism-video-interleavecolor-miningeleuther-mlxgh-completegh-graphql-ducklakegrid-coordinationlevin-levitylibghostty-vtmodelicapolynomial-dynamicsquarto-juliareverse-derivative-coordinatorreverse-derivative-generatorreverse-derivative-validatorsdr-borges-reafferenceskill-loaderstellar-resolutiontrue-alifevermillion-hunterTest plan
ls skills/ | wc -l= 514🤖 Generated with Claude Code