Refresh agent skills layout#952
Merged
Merged
Conversation
Move developer skills to .agents as the canonical shared home, retain compatibility symlinks, and add the salvaged user-facing causal investigation and dataset skills from the superseded AI config PR. Co-authored-by: Cursor <cursoragent@cursor.com>
4 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #952 +/- ##
==========================================
+ Coverage 94.98% 95.03% +0.04%
==========================================
Files 89 89
Lines 13997 14105 +108
Branches 842 854 +12
==========================================
+ Hits 13295 13404 +109
+ Misses 491 489 -2
- Partials 211 212 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Keep .agents/skills as the only tracked developer skill location and document local symlinks as an uncommitted fallback for tools that need them. Co-authored-by: Cursor <cursoragent@cursor.com>
Drop thin .cursor/commands aliases that only point to skills, including stale entries that referenced non-existent skills, now that .agents/skills is the canonical developer workflow surface. Co-authored-by: Cursor <cursoragent@cursor.com>
4 tasks
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
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
.agents/skills/as the canonical cross-agent home..github/skills,.cursor/skills, and.claude/skills; developers can create uncommitted local symlinks if a tool has not caught up with.agents/skills/discovery..cursor/commandsstubs that only pointed back to skills, including stale entries such asimplement.mdthat referenced a non-existent skill.feature-explorationskill from Centralize AI config in .github/ and reorganize skills #925 in the new developer-skill location.causal-detectiveandexample-datasetsskills undercausalpy/skills/, and document the Decision AI Hub follow-up expectation.Provenance and attribution
causalpy/skills/causal-detective/: adapted from Carlos Trujillo's work in Centralize AI config and reorganize skills #837 (ab915eb, co-authored with Claude) and carried through Centralize AI config in .github/ and reorganize skills #925; this PR trims and relocates it into the current user-facingcausalpy/skills/structure.causalpy/skills/example-datasets/: adapted from Carlos Trujillo's work in Centralize AI config and reorganize skills #837 (78c19f2, co-authored with Claude) and carried through Centralize AI config in .github/ and reorganize skills #925; this PR updates the dataset list against the currentcp.load_data()registry..agents/skills/feature-exploration/: adapted from Carlos Trujillo's work in Centralize AI config and reorganize skills #837 (78c19f2, co-authored with Claude) and carried through Centralize AI config in .github/ and reorganize skills #925; this PR rewrites it to match current CausalPy developer workflow rules..agents/skills/layout decision, removal of committed compatibility symlinks and Cursor command stubs, and Decision AI Hub follow-up notes are new in this replacement PR.Test plan
$CONDA_EXE run -n CausalPy prek run --all-filesNotes