pub enum SkillAgent {
Codex,
ClaudeCode,
Opencode,
Hermes,
}Expand description
A concrete agent a skill is installed for (no All).
Variants§
Codex
Codex ($CODEX_HOME/skills, ~/.codex/skills, or .codex/skills).
ClaudeCode
Claude Code (~/.claude/skills or .claude/skills).
Opencode
opencode (~/.config/opencode/skills or .opencode/skills).
Hermes
Hermes Agent ($HERMES_HOME/skills, ~/.hermes/skills, or .hermes/skills).
Trait Implementations§
Source§impl Clone for SkillAgent
impl Clone for SkillAgent
Source§fn clone(&self) -> SkillAgent
fn clone(&self) -> SkillAgent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SkillAgent
Source§impl Debug for SkillAgent
impl Debug for SkillAgent
impl Eq for SkillAgent
Source§impl PartialEq for SkillAgent
impl PartialEq for SkillAgent
Source§impl Serialize for SkillAgent
impl Serialize for SkillAgent
impl StructuralPartialEq for SkillAgent
Auto Trait Implementations§
impl Freeze for SkillAgent
impl RefUnwindSafe for SkillAgent
impl Send for SkillAgent
impl Sync for SkillAgent
impl Unpin for SkillAgent
impl UnsafeUnpin for SkillAgent
impl UnwindSafe for SkillAgent
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.