Agent Skills by mufarosean
Showing 13 vetted skills indexed across 1 GitHub repositories.
read_current_page
Retrieve the full text of the user's active editor page without parameters.
read_page
Retrieve page title and body text by UUID or case-insensitive title.
list_files
List files and directories with name, type, and size at a workspace path.
read_file
Read plain text from workspace files under a 50 KB limit.
search_files
Find files by case-insensitive substring matching within five directory levels.
search_knowledge
Search indexed knowledge chunks with optional source filters and ranked attribution.
get_page_properties
Retrieve page metadata and database properties by page UUID.
create_page
Create a new workspace page with a title, optional content, and icon emoji.
list_pages
List all pages in a workspace with titles and IDs.
search_workspace
Search workspace pages and blocks by text query and return matching titles with snippets.
read_page_by_title
Read the most recently updated page matching a title case-insensitively.
edit_file
Replace an exact substring in a workspace file after user approval.
write_file
Create or overwrite workspace files after validating paths against .parallxignore rules.