Skip to content

feat(ponytail): custom skills system + mode shortcuts - #90

Merged
getappz merged 1 commit into
masterfrom
feat/custom-skills
Jul 7, 2026
Merged

feat(ponytail): custom skills system + mode shortcuts#90
getappz merged 1 commit into
masterfrom
feat/custom-skills

Conversation

@getappz

@getappz getappz commented Jul 7, 2026

Copy link
Copy Markdown
Owner
  • Load custom .md skills from ~/.config/agentflare/ponytail/skills/
  • LazyLock static cache, loaded once at first access
  • get_custom(name) for programmatic lookup
  • Mode shortcuts: /ponytail-ultra, /ponytail-lite as aliases
  • Custom skill names integrated into switcher and instructions
  • Build checks custom skills before embedded fallback
  • Closes ponytail PR audit ticket [ponytail#397] Custom skills + mode shortcuts: user-defined skill variants #76

Summary by CodeRabbit

  • New Features

    • Added support for user-defined custom skills alongside built-in ones.
    • Expanded shortcut handling so more mode and skill names can be recognized from the command prefix.
  • Bug Fixes

    • Improved skill selection when no explicit skill path is provided, making fallback behavior more reliable.
    • Enabled additional mode shortcuts like /ponytail-ultra and /ponytail-lite.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@getappz, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 3 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: fb53d762-d1c6-4cdc-8dc7-6a90932e5c47

📥 Commits

Reviewing files that changed from the base of the PR and between 05263fa and 51c693c.

📒 Files selected for processing (3)
  • crates/ponytail/src/instructions.rs
  • crates/ponytail/src/sub_skills.rs
  • crates/ponytail/src/switcher.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/custom-skills

Comment @coderabbitai help to get the list of available commands.

@getappz

getappz commented Jul 7, 2026

Copy link
Copy Markdown
Owner Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@getappz

getappz commented Jul 7, 2026

Copy link
Copy Markdown
Owner Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@getappz

getappz commented Jul 7, 2026

Copy link
Copy Markdown
Owner Author

Manually merged — rebased onto current master

@getappz getappz closed this Jul 7, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 7, 2026
- Load custom .md skills from ~/.config/agentflare/ponytail/skills/
- LazyLock static cache, loaded once at first access
- get_custom(name) for programmatic lookup
- Mode shortcuts: /ponytail-ultra, /ponytail-lite as aliases
- Custom skill names integrated into switcher and instructions
- Build checks custom skills before embedded fallback
- Closes ponytail PR audit ticket #76
@getappz getappz reopened this Jul 7, 2026
@getappz
getappz force-pushed the feat/custom-skills branch from 51c693c to 5a370f7 Compare July 7, 2026 19:07
@getappz
getappz merged commit e8c33df into master Jul 7, 2026
3 of 7 checks passed
@getappz
getappz deleted the feat/custom-skills branch July 7, 2026 19:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant