MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / all_skill_files

Function all_skill_files

src/agents/plugin_bundle.rs:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86const CURSOR_EXCLUDED_SKILL_PREFIX: &str = "skills/tracedecay-";
87
88fn all_skill_files() -> impl Iterator<Item = &'static PluginFile> {
89 GENERATED_SKILL_FILES.iter()
90}
91
92fn cursor_skill_files() -> impl Iterator<Item = &'static PluginFile> {
93 GENERATED_SKILL_FILES

Callers 2

claude_filesFunction · 0.85
codex_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected