Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopilotKit/OpenGenerativeUI
/ skill_text
Function
skill_text
apps/agent/tests/test_skills_contract.py:14–15 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
12
13
14
def
skill_text(name: str) -> str:
15
return
(SKILLS_DIR / name /
"SKILL.md"
).read_text()
16
17
18
def
test_all_three_skills_present():
Callers
6
test_procedural_skills_document_js_channels
Function · 0.85
test_procedural_skills_document_css_first_reveal
Function · 0.85
test_advanced_visualization_library_guidance_is_canonical
Function · 0.85
test_send_prompt_examples_use_sandbox_bridge
Function · 0.85
test_js_fences_never_show_bare_top_level_await_imports
Function · 0.85
test_procedural_skills_warn_about_classic_script_semantics
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected