pub enum Agent {
Claude,
Codex,
Cursor,
Kimi,
}Expand description
One of the known agents that has a canonical skills directory.
Variants§
Claude
Claude Code — ~/.claude/skills/ (user) or ./.claude/skills/
(project).
Codex
Codex — ~/.codex/skills/ (user) or ./.codex/skills/
(project).
Cursor
Cursor — ~/.cursor/skills/ (user) or ./.cursor/skills/
(project).
Kimi
Kimi — ~/.kimi/skills/ (user) or ./.kimi/skills/ (project).
Implementations§
Trait Implementations§
impl Copy for Agent
impl Eq for Agent
impl StructuralPartialEq for Agent
Auto Trait Implementations§
impl Freeze for Agent
impl RefUnwindSafe for Agent
impl Send for Agent
impl Sync for Agent
impl Unpin for Agent
impl UnsafeUnpin for Agent
impl UnwindSafe for Agent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.