[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-cline-oracledb":3,"mdc-chv32b-key":36,"related-org-cline-oracledb":343,"related-repo-cline-oracledb":538},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"oracledb","manage and monitor Oracle databases","Use these skills to manage and monitor Oracle databases by executing SQL statements, exploring schema metadata, analyzing query performance, monitoring active sessions and resource consumption, and managing storage and object health.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"cline","Cline","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcline.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Performance","performance","tag",{"name":17,"slug":18,"type":15},"Monitoring","monitoring",{"name":20,"slug":21,"type":15},"Database","database",{"name":23,"slug":24,"type":15},"SQL","sql",10,"https:\u002F\u002Fgithub.com\u002Fcline\u002Fskills","2026-07-12T08:13:20.444325",null,4,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"A collection of skills used at Cline","https:\u002F\u002Fgithub.com\u002Fcline\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Foracledb","---\nname: oracledb\ndescription: Use these skills to manage and monitor Oracle databases by executing SQL statements, exploring schema metadata, analyzing query performance, monitoring active sessions and resource consumption, and managing storage and object health.\n---\n\n## Usage\n\nAll scripts can be executed using Node.js. Replace `\u003Cparam_name>` and `\u003Cparam_value>` with actual values.\n\n**Bash:**\n`node \u003Cskill_dir>\u002Fscripts\u002F\u003Cscript_name>.js '{\"\u003Cparam_name>\": \"\u003Cparam_value>\"}'`\n\n**PowerShell:**\n`node \u003Cskill_dir>\u002Fscripts\u002F\u003Cscript_name>.js '{\\\"\u003Cparam_name>\\\": \\\"\u003Cparam_value>\\\"}'`\n\nNote: The scripts automatically load the environment variables from various .env files. Do not ask the user to set vars unless skill executions fails due to env var absence.\n\n\n## Scripts\n\n\n### execute_sql\n\nExecutes any SQL statement.\n\n#### Parameters\n\n| Name | Type | Description | Required | Default |\n| :--- | :--- | :--- | :--- | :--- |\n| sql | string | The SQL to execute. | Yes |  |\n\n\n---\n\n### get_query_plan\n\nGenerate a full execution plan for a single SQL statement using EXPLAIN PLAN. This can be used to analyze query performance without execution. Requires the SQL statement as input as a parameter.\n\n#### Parameters\n\n| Name | Type | Description | Required | Default |\n| :--- | :--- | :--- | :--- | :--- |\n| query | string | The SQL statement for which you want to generate plan (omit the EXPLAIN keyword). | Yes |  |\n\n\n---\n\n### list_active_sessions\n\nList the top N (default 50) currently running database sessions (STATUS='ACTIVE'), showing SID, OS User, Program, and the current SQL statement text.\n\n\n\n---\n\n### list_invalid_objects\n\nLists all database objects that are in an invalid state, requiring recompilation (e.g., procedures, functions, views).\n\n\n\n---\n\n### list_tables\n\nLists all user tables in the connected schema, including segment size, row count, and last analyzed date. Filters by a comma-separated list of names. If names are omitted, lists all tables in the current user's schema.\n\n\n\n---\n\n### list_tablespace_usage\n\nList tablespace names, total size, free space, and used percentage to monitor storage utilization.\n\n\n\n---\n\n### list_top_sql_by_resource\n\nList the top N (default 5) SQL statements from the library cache based on a chosen resource metric (CPU, I\u002FO, or Elapsed Time). Shows SQL ID, execution count, buffer gets, disk reads, CPU time, and elapsed time.\n\n\n\n---\n\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,73,88,102,107,113,119,124,131,200,204,209,214,219,275,278,283,288,291,296,301,304,309,314,317,322,327,330,335,340],{"type":42,"tag":43,"props":44,"children":46},"element","h2",{"id":45},"usage",[47],{"type":48,"value":49},"text","Usage",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54,56,63,65,71],{"type":48,"value":55},"All scripts can be executed using Node.js. Replace ",{"type":42,"tag":57,"props":58,"children":60},"code",{"className":59},[],[61],{"type":48,"value":62},"\u003Cparam_name>",{"type":48,"value":64}," and ",{"type":42,"tag":57,"props":66,"children":68},{"className":67},[],[69],{"type":48,"value":70},"\u003Cparam_value>",{"type":48,"value":72}," with actual values.",{"type":42,"tag":51,"props":74,"children":75},{},[76,82],{"type":42,"tag":77,"props":78,"children":79},"strong",{},[80],{"type":48,"value":81},"Bash:",{"type":42,"tag":57,"props":83,"children":85},{"className":84},[],[86],{"type":48,"value":87},"node \u003Cskill_dir>\u002Fscripts\u002F\u003Cscript_name>.js '{\"\u003Cparam_name>\": \"\u003Cparam_value>\"}'",{"type":42,"tag":51,"props":89,"children":90},{},[91,96],{"type":42,"tag":77,"props":92,"children":93},{},[94],{"type":48,"value":95},"PowerShell:",{"type":42,"tag":57,"props":97,"children":99},{"className":98},[],[100],{"type":48,"value":101},"node \u003Cskill_dir>\u002Fscripts\u002F\u003Cscript_name>.js '{\\\"\u003Cparam_name>\\\": \\\"\u003Cparam_value>\\\"}'",{"type":42,"tag":51,"props":103,"children":104},{},[105],{"type":48,"value":106},"Note: The scripts automatically load the environment variables from various .env files. Do not ask the user to set vars unless skill executions fails due to env var absence.",{"type":42,"tag":43,"props":108,"children":110},{"id":109},"scripts",[111],{"type":48,"value":112},"Scripts",{"type":42,"tag":114,"props":115,"children":117},"h3",{"id":116},"execute_sql",[118],{"type":48,"value":116},{"type":42,"tag":51,"props":120,"children":121},{},[122],{"type":48,"value":123},"Executes any SQL statement.",{"type":42,"tag":125,"props":126,"children":128},"h4",{"id":127},"parameters",[129],{"type":48,"value":130},"Parameters",{"type":42,"tag":132,"props":133,"children":134},"table",{},[135,170],{"type":42,"tag":136,"props":137,"children":138},"thead",{},[139],{"type":42,"tag":140,"props":141,"children":142},"tr",{},[143,150,155,160,165],{"type":42,"tag":144,"props":145,"children":147},"th",{"align":146},"left",[148],{"type":48,"value":149},"Name",{"type":42,"tag":144,"props":151,"children":152},{"align":146},[153],{"type":48,"value":154},"Type",{"type":42,"tag":144,"props":156,"children":157},{"align":146},[158],{"type":48,"value":159},"Description",{"type":42,"tag":144,"props":161,"children":162},{"align":146},[163],{"type":48,"value":164},"Required",{"type":42,"tag":144,"props":166,"children":167},{"align":146},[168],{"type":48,"value":169},"Default",{"type":42,"tag":171,"props":172,"children":173},"tbody",{},[174],{"type":42,"tag":140,"props":175,"children":176},{},[177,182,187,192,197],{"type":42,"tag":178,"props":179,"children":180},"td",{"align":146},[181],{"type":48,"value":24},{"type":42,"tag":178,"props":183,"children":184},{"align":146},[185],{"type":48,"value":186},"string",{"type":42,"tag":178,"props":188,"children":189},{"align":146},[190],{"type":48,"value":191},"The SQL to execute.",{"type":42,"tag":178,"props":193,"children":194},{"align":146},[195],{"type":48,"value":196},"Yes",{"type":42,"tag":178,"props":198,"children":199},{"align":146},[],{"type":42,"tag":201,"props":202,"children":203},"hr",{},[],{"type":42,"tag":114,"props":205,"children":207},{"id":206},"get_query_plan",[208],{"type":48,"value":206},{"type":42,"tag":51,"props":210,"children":211},{},[212],{"type":48,"value":213},"Generate a full execution plan for a single SQL statement using EXPLAIN PLAN. This can be used to analyze query performance without execution. Requires the SQL statement as input as a parameter.",{"type":42,"tag":125,"props":215,"children":217},{"id":216},"parameters-1",[218],{"type":48,"value":130},{"type":42,"tag":132,"props":220,"children":221},{},[222,248],{"type":42,"tag":136,"props":223,"children":224},{},[225],{"type":42,"tag":140,"props":226,"children":227},{},[228,232,236,240,244],{"type":42,"tag":144,"props":229,"children":230},{"align":146},[231],{"type":48,"value":149},{"type":42,"tag":144,"props":233,"children":234},{"align":146},[235],{"type":48,"value":154},{"type":42,"tag":144,"props":237,"children":238},{"align":146},[239],{"type":48,"value":159},{"type":42,"tag":144,"props":241,"children":242},{"align":146},[243],{"type":48,"value":164},{"type":42,"tag":144,"props":245,"children":246},{"align":146},[247],{"type":48,"value":169},{"type":42,"tag":171,"props":249,"children":250},{},[251],{"type":42,"tag":140,"props":252,"children":253},{},[254,259,263,268,272],{"type":42,"tag":178,"props":255,"children":256},{"align":146},[257],{"type":48,"value":258},"query",{"type":42,"tag":178,"props":260,"children":261},{"align":146},[262],{"type":48,"value":186},{"type":42,"tag":178,"props":264,"children":265},{"align":146},[266],{"type":48,"value":267},"The SQL statement for which you want to generate plan (omit the EXPLAIN keyword).",{"type":42,"tag":178,"props":269,"children":270},{"align":146},[271],{"type":48,"value":196},{"type":42,"tag":178,"props":273,"children":274},{"align":146},[],{"type":42,"tag":201,"props":276,"children":277},{},[],{"type":42,"tag":114,"props":279,"children":281},{"id":280},"list_active_sessions",[282],{"type":48,"value":280},{"type":42,"tag":51,"props":284,"children":285},{},[286],{"type":48,"value":287},"List the top N (default 50) currently running database sessions (STATUS='ACTIVE'), showing SID, OS User, Program, and the current SQL statement text.",{"type":42,"tag":201,"props":289,"children":290},{},[],{"type":42,"tag":114,"props":292,"children":294},{"id":293},"list_invalid_objects",[295],{"type":48,"value":293},{"type":42,"tag":51,"props":297,"children":298},{},[299],{"type":48,"value":300},"Lists all database objects that are in an invalid state, requiring recompilation (e.g., procedures, functions, views).",{"type":42,"tag":201,"props":302,"children":303},{},[],{"type":42,"tag":114,"props":305,"children":307},{"id":306},"list_tables",[308],{"type":48,"value":306},{"type":42,"tag":51,"props":310,"children":311},{},[312],{"type":48,"value":313},"Lists all user tables in the connected schema, including segment size, row count, and last analyzed date. Filters by a comma-separated list of names. If names are omitted, lists all tables in the current user's schema.",{"type":42,"tag":201,"props":315,"children":316},{},[],{"type":42,"tag":114,"props":318,"children":320},{"id":319},"list_tablespace_usage",[321],{"type":48,"value":319},{"type":42,"tag":51,"props":323,"children":324},{},[325],{"type":48,"value":326},"List tablespace names, total size, free space, and used percentage to monitor storage utilization.",{"type":42,"tag":201,"props":328,"children":329},{},[],{"type":42,"tag":114,"props":331,"children":333},{"id":332},"list_top_sql_by_resource",[334],{"type":48,"value":332},{"type":42,"tag":51,"props":336,"children":337},{},[338],{"type":48,"value":339},"List the top N (default 5) SQL statements from the library cache based on a chosen resource metric (CPU, I\u002FO, or Elapsed Time). Shows SQL ID, execution count, buffer gets, disk reads, CPU time, and elapsed time.",{"type":42,"tag":201,"props":341,"children":342},{},[],{"items":344,"total":537},[345,364,382,401,416,432,451,463,475,493,511,524],{"slug":346,"name":346,"fn":347,"description":348,"org":349,"tags":350,"stars":25,"repoUrl":26,"updatedAt":363},"amazon-location-service","integrate Amazon Location Service APIs","Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[351,354,357,360],{"name":352,"slug":353,"type":15},"API Development","api-development",{"name":355,"slug":356,"type":15},"AWS","aws",{"name":358,"slug":359,"type":15},"Maps","maps",{"name":361,"slug":362,"type":15},"Navigation","navigation","2026-07-12T08:13:53.294026",{"slug":365,"name":365,"fn":366,"description":367,"org":368,"tags":369,"stars":25,"repoUrl":26,"updatedAt":381},"amplify-workflow","build full-stack apps with AWS Amplify","Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync\u002FDynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue, Angular, React Native, Flutter, Swift, and Android. Always use this skill for Amplify Gen2 topics — even for questions you think you know — it contains validated, version-specific patterns that prevent common mistakes. TRIGGER when: user mentions Amplify Gen2; project has amplify\u002F directory or amplify_outputs; code imports @aws-amplify packages; user asks about defineBackend, defineAuth, defineData, defineStorage, or npx ampx. SKIP: Amplify Gen1 (amplify CLI v6), standalone SAM\u002FCDK without Amplify (use aws-serverless), direct Bedrock without Amplify AI Kit (use bedrock).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[370,373,374,375,378],{"name":371,"slug":372,"type":15},"Auth","auth",{"name":355,"slug":356,"type":15},{"name":20,"slug":21,"type":15},{"name":376,"slug":377,"type":15},"Frontend","frontend",{"name":379,"slug":380,"type":15},"TypeScript","typescript","2026-07-12T08:13:47.134012",{"slug":383,"name":383,"fn":384,"description":385,"org":386,"tags":387,"stars":25,"repoUrl":26,"updatedAt":400},"analyzer","analyze queried data for trends","Analyze queried data for trends, week-over-week comparisons, distributions, funnels, cohorts, top-N lists, anomalies, sanity checks, and report-ready findings. Use after or alongside ClickHouse queries when the user wants insight rather than raw rows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[388,391,394,397],{"name":389,"slug":390,"type":15},"Analytics","analytics",{"name":392,"slug":393,"type":15},"ClickHouse","clickhouse",{"name":395,"slug":396,"type":15},"Data Analysis","data-analysis",{"name":398,"slug":399,"type":15},"Statistics","statistics","2026-07-12T08:14:05.606036",{"slug":402,"name":402,"fn":403,"description":404,"org":405,"tags":406,"stars":25,"repoUrl":26,"updatedAt":415},"artifact-management","manage and organize analysis artifacts","Save, organize, and describe reusable analysis artifacts such as SQL, result snapshots, CSV exports, summaries, caveats, plots, and report-ready files. Use when users ask to save, export, share, cite, reproduce, or organize data-analysis outputs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[407,408,411,414],{"name":395,"slug":396,"type":15},{"name":409,"slug":410,"type":15},"Productivity","productivity",{"name":412,"slug":413,"type":15},"Reporting","reporting",{"name":23,"slug":24,"type":15},"2026-07-12T08:14:09.265555",{"slug":417,"name":417,"fn":418,"description":419,"org":420,"tags":421,"stars":25,"repoUrl":26,"updatedAt":431},"attorney-assist","connect with attorneys for legal consultation","Connects the user with a LegalZoom attorney for legal consultation. Use when a user asks about attorneys, lawyers, or legal help, or when contract review reveals high risks or low-confidence findings.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[422,425,428],{"name":423,"slug":424,"type":15},"Contracts","contracts",{"name":426,"slug":427,"type":15},"Legal","legal",{"name":429,"slug":430,"type":15},"Risk Assessment","risk-assessment","2026-07-12T08:13:45.878361",{"slug":433,"name":433,"fn":434,"description":435,"org":436,"tags":437,"stars":25,"repoUrl":26,"updatedAt":450},"building-pydantic-ai-agents","build AI agents with Pydantic AI","Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydantic_ai, or asks to build an AI agent, add tools\u002Fcapabilities, defer capability loading, stream output, define agents from YAML, or test agent behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[438,441,444,447],{"name":439,"slug":440,"type":15},"Agents","agents",{"name":442,"slug":443,"type":15},"LLM","llm",{"name":445,"slug":446,"type":15},"Multi-Agent","multi-agent",{"name":448,"slug":449,"type":15},"Python","python","2026-07-12T08:14:01.893781",{"slug":393,"name":393,"fn":452,"description":453,"org":454,"tags":455,"stars":25,"repoUrl":26,"updatedAt":462},"query ClickHouse databases via CLI","Connect to and query ClickHouse (a local server or a ClickHouse Cloud service) from the terminal using the official clickhousectl CLI, including the browser OAuth login flow. Use when the user wants to run SQL against ClickHouse, explore schemas and tables, inspect Cloud services, or authenticate clickhousectl. For building a local dev environment or deploying to Cloud, defer to the official ClickHouse skills (see Scope).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[456,457,460,461],{"name":389,"slug":390,"type":15},{"name":458,"slug":459,"type":15},"CLI","cli",{"name":392,"slug":393,"type":15},{"name":20,"slug":21,"type":15},"2026-07-12T08:14:06.829692",{"slug":464,"name":464,"fn":465,"description":466,"org":467,"tags":468,"stars":25,"repoUrl":26,"updatedAt":474},"cline-session-history","search and browse Cline session history","Search and browse Cline session history. Use when the user asks to find, list, inspect, or export Cline sessions by time period, prompt content, status, model, provider, source, mode, workspace, or other criteria. Also use when the user wants to read a session transcript or export sessions to a directory. Trigger phrases include \"find my session\", \"search my session history\", \"show me past sessions\", \"what was that session where\", \"find the session that started with\", and any mention of past Cline conversations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[469,470,473],{"name":439,"slug":440,"type":15},{"name":471,"slug":472,"type":15},"History","history",{"name":409,"slug":410,"type":15},"2026-07-19T06:03:13.945151",{"slug":476,"name":476,"fn":477,"description":478,"org":479,"tags":480,"stars":25,"repoUrl":26,"updatedAt":492},"convex-design","build reactive backends with Convex","Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries\u002Fmutations\u002Factions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM\u002Fagent workflows on Convex's one-platform stack.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[481,482,485,486,489],{"name":371,"slug":372,"type":15},{"name":483,"slug":484,"type":15},"Backend","backend",{"name":20,"slug":21,"type":15},{"name":487,"slug":488,"type":15},"Real-time","real-time",{"name":490,"slug":491,"type":15},"Storage","storage","2026-07-12T08:13:37.101253",{"slug":494,"name":494,"fn":495,"description":496,"org":497,"tags":498,"stars":25,"repoUrl":26,"updatedAt":510},"cosmosdb-best-practices","optimize Azure Cosmos DB performance","Azure Cosmos DB performance optimization and best practices guidelines for NoSQL,\npartitioning, queries, SDK usage, and vector search. Use when writing, reviewing,\nor refactoring code that interacts with Azure Cosmos DB, designing data models,\noptimizing queries, or implementing high-performance database operations.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[499,502,505,506,509],{"name":500,"slug":501,"type":15},"Azure","azure",{"name":503,"slug":504,"type":15},"Cosmos DB","cosmos-db",{"name":20,"slug":21,"type":15},{"name":507,"slug":508,"type":15},"NoSQL","nosql",{"name":13,"slug":14,"type":15},"2026-07-12T08:13:54.531719",{"slug":512,"name":512,"fn":513,"description":514,"org":515,"tags":516,"stars":25,"repoUrl":26,"updatedAt":523},"data-analyst","analyze ClickHouse analytics data","Act as an interactive data analyst for ClickHouse-backed analytics. Use when the user asks questions about internal data, metrics, dashboards, telemetry, active users, revenue, funnels, trends, distributions, or wants an analyst-style conversation, ad hoc SQL, charts, or a data export against ClickHouse (local or ClickHouse Cloud).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[517,518,519,522],{"name":389,"slug":390,"type":15},{"name":392,"slug":393,"type":15},{"name":520,"slug":521,"type":15},"Dashboards","dashboards",{"name":395,"slug":396,"type":15},"2026-07-12T08:13:31.975246",{"slug":525,"name":525,"fn":526,"description":527,"org":528,"tags":529,"stars":25,"repoUrl":26,"updatedAt":536},"dataproc-skills","manage Dataproc clusters and jobs","Skills to interact with your Dataproc clusters and jobs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[530,533],{"name":531,"slug":532,"type":15},"Data Engineering","data-engineering",{"name":534,"slug":535,"type":15},"Operations","operations","2026-07-12T08:13:42.179275",45,{"items":539,"total":589},[540,547,555,562,569,575,582],{"slug":346,"name":346,"fn":347,"description":348,"org":541,"tags":542,"stars":25,"repoUrl":26,"updatedAt":363},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[543,544,545,546],{"name":352,"slug":353,"type":15},{"name":355,"slug":356,"type":15},{"name":358,"slug":359,"type":15},{"name":361,"slug":362,"type":15},{"slug":365,"name":365,"fn":366,"description":367,"org":548,"tags":549,"stars":25,"repoUrl":26,"updatedAt":381},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[550,551,552,553,554],{"name":371,"slug":372,"type":15},{"name":355,"slug":356,"type":15},{"name":20,"slug":21,"type":15},{"name":376,"slug":377,"type":15},{"name":379,"slug":380,"type":15},{"slug":383,"name":383,"fn":384,"description":385,"org":556,"tags":557,"stars":25,"repoUrl":26,"updatedAt":400},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[558,559,560,561],{"name":389,"slug":390,"type":15},{"name":392,"slug":393,"type":15},{"name":395,"slug":396,"type":15},{"name":398,"slug":399,"type":15},{"slug":402,"name":402,"fn":403,"description":404,"org":563,"tags":564,"stars":25,"repoUrl":26,"updatedAt":415},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[565,566,567,568],{"name":395,"slug":396,"type":15},{"name":409,"slug":410,"type":15},{"name":412,"slug":413,"type":15},{"name":23,"slug":24,"type":15},{"slug":417,"name":417,"fn":418,"description":419,"org":570,"tags":571,"stars":25,"repoUrl":26,"updatedAt":431},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[572,573,574],{"name":423,"slug":424,"type":15},{"name":426,"slug":427,"type":15},{"name":429,"slug":430,"type":15},{"slug":433,"name":433,"fn":434,"description":435,"org":576,"tags":577,"stars":25,"repoUrl":26,"updatedAt":450},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[578,579,580,581],{"name":439,"slug":440,"type":15},{"name":442,"slug":443,"type":15},{"name":445,"slug":446,"type":15},{"name":448,"slug":449,"type":15},{"slug":393,"name":393,"fn":452,"description":453,"org":583,"tags":584,"stars":25,"repoUrl":26,"updatedAt":462},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[585,586,587,588],{"name":389,"slug":390,"type":15},{"name":458,"slug":459,"type":15},{"name":392,"slug":393,"type":15},{"name":20,"slug":21,"type":15},43]