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

Function cursor_skill_files

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

Source from the content-addressed store, hash-verified

90}
91
92fn cursor_skill_files() -> impl Iterator<Item = &'static PluginFile> {
93 GENERATED_SKILL_FILES
94 .iter()
95 .filter(|file| !file.relative.starts_with(CURSOR_EXCLUDED_SKILL_PREFIX))
96}
97
98/// Cursor's native slash commands for the canonical workflow slugs.
99const CURSOR_COMMAND_FILES: &[PluginFile] = &[

Callers 2

cursor_filesFunction · 0.85

Calls

no outgoing calls