From raylu
Use when the user wants to convert an existing custom skill, prompt, or workflow into a Raylu-optimized version — mapping external lookups (Crunchbase, LinkedIn, web search, spreadsheets) to Raylu MCP tools and flagging steps with no Raylu equivalent. Trigger phrases include 'convert this skill to use Raylu', 'turn this prompt into a Raylu workflow', and 'Raylu-ify this'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/raylu:convert-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Take any custom Claude skill, prompt, or workflow and rewrite it as a Raylu-optimized version that uses our MCP tools. Walk through these steps ONE AT A TIME. Do not skip steps.
Take any custom Claude skill, prompt, or workflow and rewrite it as a Raylu-optimized version that uses our MCP tools. Walk through these steps ONE AT A TIME. Do not skip steps.
Ask: "Paste the skill, prompt, or workflow you want to convert. It can be a Markdown file, a system prompt, a set of instructions, or rough notes — anything that describes what you want Claude to do."
Read the full text carefully. Do NOT skim. Identify:
Present a brief summary back to the user before doing anything else:
"Here's what I understood from your skill: {objective}. It has {N} steps. It currently uses {list of external tools or manual processes}. Confirm before I convert it, or correct anything I got wrong."
For each step in the source skill, identify which Raylu MCP tools can replace or enhance it. The full Raylu tool catalog is below — use these as the building blocks:
Company data & lookup
search_companies — disambiguate by name across the warehouseget_company / get_companies — full firmographic profile (single or bulk)research_company — research and start tracking a companylist_companies — list all saved companiesFirmographic search
firmographic_search — structured search with filters: headcount, country, state, city, last_funding_stage, last_funding_amount, total_funding_amount, financing_status, founded_date, revenue, monthly_visits, industries, keywords, all_investors, all_funding_leadsMarket maps
start_market_map, update_market_map, get_market_map, get_market_map_data, list_market_mapscreate_ai_enrich_column, enrich_market_map — add and run AI enrichment columnscreate_ma_map — build an M&A-anchored map in one operationadd_company_to_market_mapLists
create_list, get_list, list_lists, add_company_to_listContacts & outreach
find_company_contact — verified email + phone for the primary contactlist_strategies, create_strategy — outreach cadencesgenerate_campaign — generate a full sequencestart_campaign, pause_campaign, cancel_campaign, complete_campaign_stepupdate_email, rewrite_email — edit individual emailsget_campaign, list_campaignsget_outreach_schedule, get_daily_send_countOther
setup_sourcing_routine, setup_ma_mapping — bootstrap recurring workflowsget_run_statusFor each source step, output a mapping in this table format:
| Source step | Raylu tool | What changes |
|---|---|---|
| "Look up the company on Crunchbase" | get_company | Pulls Raylu's enriched profile instead of opening Crunchbase manually |
| "Find a contact on LinkedIn" | find_company_contact | Returns verified email + phone in one call |
| "Filter to Series A SaaS companies" | firmographic_search | Structured filter on last_funding_stage and keywords |
Present the full mapping table to the user. Explicitly flag any source steps that have NO Raylu equivalent — those should stay as-is or be handled outside the tool chain.
Look beyond 1-to-1 replacement. Suggest improvements the original skill couldn't access:
research_company + find_company_contact + generate_campaign be chained instead of run separately?setup_sourcing_routine) replace something the user runs ad-hoc?create_list + add_company_to_list) replace a spreadsheet?Present the optimizations and ask the user which to apply. Do NOT silently change the skill's intent — flag every meaningful structural change before making it.
Generate the new skill using this exact structure (matches the existing Raylu workflows):
## Step A, ## Step B, etc. Each step must:
Ask: "..."Tone match: direct, imperative, no fluff. Read M&A Mapping, Sourcing Routine Setup, and Outreach Sequence Builder for reference — match their cadence and structure.
Present the converted skill to the user inside a fenced code block (so it copy-pastes cleanly). Then ask:
If the user approves, format the final version as Markdown with the same conventions used by the workflows in the Raylu MCP Workflows library.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub raylu-dev/raylu-plugins --plugin raylu