Search: type-script
100 result(s) on page 1
For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.
Professional Windows-only visual automation toolkit with 11 modules for screenshot, OCR, template matching, clicks, input, environment setup, and looping tasks.
quarantinedai-agentopenclawvisual-automationClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__OpenClaw_11-in-1_Visual_Automation_Suite_(Windows_Only)_Complete_visual_automation_toolkit_with_11_integrated_modules.__###_đ°_Price_One-time_purchase:_**$2.99**_(Lifetime_access_to_all_modules_+_future_updates)__###_đ_How_to_Purchase_1.__Pay_via_PayPal_Invoice:_____đ_[Click_to_pay_$2.99](https:____www.paypal.com__invoice__p__#V2RC9S8LVKJ434R9)_2.__After_payment,_send_your_email_to:_**[email protected]**_3.__I_will_send_the_full_download_link_within_12_hours.__###_đĨī¸_Compatibility_-_Windows_10____11_only_-_Not_compatible_with_macOS____Linux_##_1._Product_Basic_Description_###_1.1_Core_Functions_Provides_professional_universal_computer_vision_automation_capabilities_covering_the_full-process_visual_automation_scenarios_such_as_environment_initialization,_full-screen_automatic_screenshot,_OCR_text_recognition,_template_matching_target_localization,_mouse_click_simulation,_keyboard_input_simulation,_and_complete_environment_initialization_&_cleanup_mechanisms._It_supports_custom_task_combination_and_cyclic_execution.__###_1.2_Version_&_Directory_Description_-_Core_Capability:_Flexible_invocation_based_on_minimum_executable_units,_supporting_parameter_customization,_result_variable_inheritance,_and_custom_skill_saving._All_functions_can_be_used_directly_with_the_`call`_command_right_after_extracting_the_package._-_Directory_Structure:____-_`claw.json`_-_Skill_package_configuration_file___-_`skills__all_skills.claw`_-_All_skill_unit_definitions___-_`templates__`_-_Directory_for_template_images_(place_your_template_images_here_for_matching)___-_Temporary_file_directory_`temp__`_(for_storing_screenshots_like_temp__screen.png)_is_automatically_created_after_executing_`init_env`;_temporary_screenshot_files_can_be_cleaned_up_via_`clean_temp`._-_Version_Info:_Current_version:_1.0.0;_Compatible_with_OpenClaw_>=_1.0.0__###_1.3_Paid_Attribute_This_automation_skill_system_(vision-auto-tool-pro)_is_a_paid_professional_toolkit._The_document_does_not_explicitly_authorize_commercial_use_of_the_toolkit._The_paid_permission_only_covers_basic_usage_(non-commercial_by_default),_and_commercial_use_requires_separate_confirmation_of_authorization_with_the_provider_(e.g.,_purchasing_a_commercial_license,_signing_a_commercial_agreement).__##_2._Complete_Skill_Invocation_Manual_###_Important_Notes_Ensure_sufficient_time_is_reserved_for_the_computer_to_respond_to_each_click_or_operation._For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.__###_2.1_List_of_All_Minimum_Executable_Units_|_Unit_Name_______________|_Fixed_Call_Name__________|_Function_Description_________________________________________________________________|_Individual_Call_Method__________________________|_|-------------------------|--------------------------|--------------------------------------------------------------------------------------|-------------------------------------------------|_|_Initialize_Environment__|_`init_env`_______________|_Create_directory_structure,_clear_temporary_files,_check_template_directory__________|_`call_init_env`__________________________________|_|_Full_Screen_Screenshot__|_`screenshot_full`________|_Capture_entire_screen_and_save_as_temp__screen.png____________________________________|_`call_screenshot_full`___________________________|_|_Check_Screenshot_Validity_|_`check_screenshot_valid`_|_Check_for_black_screen__freeze,_wake_up_the_interface_if_invalid______________________|_`call_check_screenshot_valid`____________________|_|_Wake_Interface__________|_`wake_window`____________|_Solve_the_problems_of_background_non-rendering_and_black_screenshot___________________|_`call_wake_window`_______________________________|_|_OCR_Recognition_________|_`ocr_recognize`__________|_Recognize_all_text_on_the_screen_and_their_corresponding_coordinates__________________|_`call_ocr_recognize`_____________________________|_|_Template_Matching_______|_`template_match`_________|_Use_template_image_to_match_and_locate_icons__buttons__________________________________|_`call_template_match_category_template_name`_____|_|_Unified_Localization____|_`locate_target`__________|_Prioritize_OCR_positioning;_use_template_matching_if_not_found,_return_coordinates___|_`call_locate_target_target_text_OR_category+template_name`_|_|_Mouse_Click_____________|_`mouse_click`____________|_Move_to_the_specified_coordinates_and_perform_click_operation________________________|_`call_mouse_click_X_Y_[click_type,_default=single_click]`_|_|_Keyboard_Input__________|_`keyboard_input`_________|_Input_text_after_locating_the_input_box______________________________________________|_`call_keyboard_input_target_coords__description_input_content`_|_|_Clean_Temporary_Files___|_`clean_temp`_____________|_Delete_temporary_screenshots_and_free_up_storage_space_______________________________|_`call_clean_temp`________________________________|_|_Loop_Restart____________|_`loop_restart`___________|_Wait_2_seconds_then_go_back_to_the_screenshot_step_and_restart_the_process___________|_`call_loop_restart`______________________________|__###_2.2_Method_for_Invoking_Individual_Units_####_Invocation_Format_```_call_[unit_call_name]_[parameter...]_```_####_Invocation_Examples_-_Initialize_environment:_`call_init_env`_-_Template_match_browser_icon_on_desktop:_`call_template_match_desktop_web`_-_Perform_double-click_at_coordinates_(100,200):_`call_mouse_click_100_200_double`__###_2.3_Combine_into_Custom_New_Tasks_By_writing_one_call_instruction_per_line_in_execution_order,_you_can_combine_them_into_a_custom_new_task,_which_supports_variable_inheritance,_looping,_and_permanent_saving.__####_Format_Example_(Open_Browser)_```_#_Task_Name:_Open_Browser_call_init_env_call_screenshot_full_call_check_screenshot_valid_call_locate_target_browser_desktop_Browser_call_mouse_click_{{resultX}}_{{resultY}}_double_call_clean_temp_```__####_Combination_Steps_1._**Write_task_name_and_description_first**_(for_easier_identification_later)_2._**In_execution_order**,_write_one_`call_unit_name_parameters`_instruction_per_line_3._Coordinates_can_use_variables_`{{resultX}}`__`{{resultY}}`_to_inherit_the_output_result_of_the_previous_unit_4._If_cyclic_execution_is_required,_add_`call_loop_restart`_at_the_end_5._**Save_custom_skill**:_Use_`save_skill_skill_name_instruction_list`_to_save_the_task_permanently,_then_call_it_directly_with_`call_skill_name`__###_2.4_Complete_Main_Flow_Invocation_Example_```_#_General_Main_Flow:_vision_auto_main_call_init_env_call_screenshot_full_call_check_screenshot_valid_call_ocr_recognize_#_If_template_matching_is_needed,_add_this_line:_call_template_match_category_name_call_locate_target_target_text_call_mouse_click_{{X}}_{{Y}}_#_If_text_input_is_needed,_replace_the_above_line_with:_call_keyboard_input_{{X}}_{{Y}}_input_content_call_clean_temp_#_Add_this_line_if_you_need_to_loop:_call_loop_restart_```___###_Important_Notes_Ensure_sufficient_time_is_reserved_for_the_computer_to_respond_to_each_click_or_operation.___>__For_example,_add_a_2-second_wait_after_`mouse_click`_to_avoid_operation_failure_due_to_slow_system_response.typescript-developer
Expert in TypeScript, Node.js, Vue.js 3, Nuxt.js 3, Express.js, React.js, and modern UI libraries.
quarantinedtype-scriptjava-scriptweb-developmentLobeHub- Registry
- LobeHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__typescript-developerABTI:_AI-Based_Type_Indicator
ABTI (AI-Based Type Indicator) â a personality test that analyzes how you talk to AI and roasts you accordingly. 28 personality types (24 regular + 4 hidden)...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ABTI:_AI-Based_Type_IndicatorContent_Type_Router
Detect and route to the correct visual content type (hero shot, poster, infographic, etc.) from a text description or output type hint. Use when you need to...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Content_Type_RouterData_Type_Classifier
Classify construction data by type (structured, unstructured, semi-structured). Analyze data sources and recommend appropriate storage/processing methods
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Data_Type_ClassifierDetect_File_Type_-_Local
Local, offline AI-powered file type detection â no network, no API keys
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Detect_File_Type_-_LocalDetect_File_Type_Skill
DEPRECATED â remove this legacy listing; superseded by detect-file-type-local
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Detect_File_Type_SkillType-Based_Autonomy
Type-based autonomous task queue system. Categorizes tasks by type (research, writing, analysis, maintenance) and lets autonomy work only on value-add tasks...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Type-Based_AutonomyTXT_with_correct_Content-Type_headers.
The world's
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Domain_availability_API_built_for_AI_agents._Check_single_domains,_explore_names_across_.com__.io__.ai__.dev__etc,_filter_by_budget,_get_smart_suggestions._Returns_proper_JSON__TXT_with_correct_Content-Type_headers.importer_type_and_recent_months_filters._Provides_trade_counts,_amounts,_buyer_counts_and_seller_counts_per_country_for_comprehensive_geographic_market_analysis_across_global_customs_data_covering_220+_countries_and_territories._Designed_for_trade_analysts,_market_researchers_and_import-export_professionals_who_need_to_understand_which_countries_trade_a_specific_product,_analyze_regional_distribution_patterns_and_compare_exporter_vs_importer_country_activity_for_strategic_market_planning.
Query trade area distribution analysis â retrieve trade distribution data by country/region for a specified HS code. Trigger: area distribution, trade by cou...
quarantinedarea-distributioncountry-breakdowncustomsClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Query_trade_area_distribution_analysis_for_HS_codes_â_retrieve_trade_distribution_data_by_country__region_for_a_specified_HS_code,_with_exporter__importer_type_and_recent_months_filters._Provides_trade_counts,_amounts,_buyer_counts_and_seller_counts_per_country_for_comprehensive_geographic_market_analysis_across_global_customs_data_covering_220+_countries_and_territories._Designed_for_trade_analysts,_market_researchers_and_import-export_professionals_who_need_to_understand_which_countries_trade_a_specific_product,_analyze_regional_distribution_patterns_and_compare_exporter_vs_importer_country_activity_for_strategic_market_planning.importer_type_and_recent_months_filters._Helps_trade_analysts,_sourcing_agents_and_market_researchers_identify_major_companies_trading_a_specific_product,_analyze_market_concentration,_assess_supplier_competition_landscape_and_discover_potential_trade_partners_across_global_customs_data_covering_220+_countries_and_territories.
Query trade percentage analysis â retrieve company-level trade share data for a specified HS code. Trigger: trade percentage, company trade share, market sha...
quarantinedcompany-rankingcompany-sharecustomsClawHub- Registry
- ClawHub
- Category
- Research
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Query_trade_percentage_analysis_â_retrieve_company-level_trade_share_data_for_a_specified_HS_code,_ranked_by_trade_volume._Returns_a_ranked_list_of_companies_with_their_trade_counts,_percentages,_quantities,_amounts_and_partner_counts,_with_exporter__importer_type_and_recent_months_filters._Helps_trade_analysts,_sourcing_agents_and_market_researchers_identify_major_companies_trading_a_specific_product,_analyze_market_concentration,_assess_supplier_competition_landscape_and_discover_potential_trade_partners_across_global_customs_data_covering_220+_countries_and_territories.Question_Type_Generator
Generate exam-oriented higher mathematics questions with adaptive difficulty, providing problem statements, answers, difficulty levels, and key concept analy...
quarantinedcalculusexamkaoyanClawHubSc-RNA_Cell_Type_Annotator
Auto-annotate cell clusters from single-cell RNA data using marker genes.
quarantinedClawHub- Registry
- ClawHub
- Category
- Data Science· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Sc-RNA_Cell_Type_AnnotatorType_Scale_Generator
Use when generating a full typographic scale (H1-H6, body, caption) from a base font size and a mathematical ratio or historical scale â outputs CSS custom properties or Tailwind config, rounded to avoid subpixel rendering.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Type_Scale_Generatorenonic-content-type-generator
Indexed by skills.sh from webmaxru/enonic-agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- webmaxru
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__enonic-content-type-generatorgenerating-custom-lightning-type
Indexed by skills.sh from forcedotcom/afv-library
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- forcedotcom
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__generating-custom-lightning-typem05-type-driven
Indexed by skills.sh from zhanghandong/rust-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.5
- Author
- zhanghandong
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__m05-type-drivenplatform-custom-lightning-type-generate
Indexed by skills.sh from forcedotcom/sf-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- forcedotcom
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__platform-custom-lightning-type-generateprinciple-type-system-discipline
Indexed by skills.sh from cursor/plugins
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- cursor
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__principle-type-system-disciplinepyrefly-type-coverage
Indexed by skills.sh from pytorch/pytorch
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- pytorch
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__pyrefly-type-coveragepython-type-safety
Indexed by skills.sh from wshobson/agents
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- wshobson
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__python-type-safetytrpc-type-safety
Indexed by skills.sh from bobmatnyc/claude-mpm-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- bobmatnyc
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__trpc-type-safetytype-design-performance
Indexed by skills.sh from aaronontheweb/dotnet-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- aaronontheweb
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__type-design-performancetype-juggling
Indexed by skills.sh from yaklang/hack-skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- yaklang
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__type-jugglingtypescript-fullstack
verifiedFirst-party- Registry
- First-party
- Category
- Web
- Version
- 1.0.0
- Author
- AXE
- License
- MIT
curl -s /v1/skills/typescript-fullstackDebug_Typescript_Error
Translate a TypeScript compiler error into plain English, find the smallest type boundary at fault, and prefer the smallest safe fix over suppression.
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Debug_Typescript_ErrorTypeScript
Write type-safe TypeScript with proper narrowing, inference patterns, and strict mode best practices.
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.5
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__TypeScriptTypescript_Mastery
TypeScript advanced patterns â branded types, discriminated unions, template literals, generics, type guards, tsconfig optimization, and migration strategies
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Typescript_Masterytypescript
Write type-safe TypeScript with proper narrowing, inference patterns, and strict mode best practices.
quarantinedaiClawHub- Registry
- ClawHub
- Category
- AI Agents
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__typescripttypescript-pro
You are a TypeScript expert specializing in advanced type systems, large-scale application architecture, and type-safe development practices. Use when: advan...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__typescript-proAdd_Typescript_Best_Practices
Setup TypeScript best practices and code style rules in CLAUDE.md
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Add_Typescript_Best_PracticesGalileo_TypeScript_sdk
Complete reference for the Galileo AI platform TypeScript/JS SDK for evaluating, observing, and protecting GenAI applications. Use when building Node.js or T...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Galileo_TypeScript_sdkPerryTS_â_Native_TypeScript_Compiler
PerryTS native TypeScript compiler guide. Covers installation, compilation, perry/ui, perry/tui, multi-threading, standard library, cross-platform compilatio...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__PerryTS_â_Native_TypeScript_CompilerScrapfly_SDK_TypeScript
Web scraping from TypeScript or JavaScript with the Scrapfly SDK (`scrapfly-sdk`). Use when the user asks to scrape a URL, bypass anti-bot protection, render...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Scrapfly_SDK_TypeScriptTypeScript_Coder
Expert 10x engineer with extensive knowledge of TypeScript fundamentals, migration strategies, and best practices. Use when asked to "add TypeScript", "migra...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__TypeScript_CoderTypeScript_Package_Manager
Expert 10x Software engineer specializing in TypeScript with deep knowledge of all popular package management tools including npm, yarn, pnpm, bun, and deno....
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__TypeScript_Package_ManagerTypescript_Backend_Toolkit
Reference tool for devtools â covers intro, quickstart, patterns and more. Quick lookup for Typescript Backend Toolkit concepts, best practices, and implemen...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Typescript_Backend_ToolkitTypescript_Project_Standard
Use when creating, configuring, reviewing, or debugging TypeScript project standards across frontend apps, libraries, SDKs, CLIs, monorepo packages, tsconfig...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Typescript_Project_StandardTypescript_Strict
Deep TypeScript strictness workflowâincremental enablement, compiler flags, typing boundaries, narrowing, generics, utility types, and safe refactors. Use wh...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Typescript_StrictWeChat_Mini_Program_â_uni-app_+_Vue3_+_TypeScript_Conversion
Convert native WeChat Mini Program projects into uni-app + Vue3 + TypeScript cross-platform projects.
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__WeChat_Mini_Program_â_uni-app_+_Vue3_+_TypeScript_Conversiontypescript-dev
Build full-stack TypeScript apps with Vite 8, React 19, Tailwind CSS v4, shadcn/ui, Biome, Vitest, and Hono. Covers the frontend (Vite/Rolldown build + dev s...
quarantinedClawHub- Registry
- ClawHub
- Category
- Software Development· inferred
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__typescript-devASCII,_16_themes,_5_presets,_interactive_preview)â
Render Mermaid diagrams as beautiful SVG, PNG, or ASCII art. Supports 6 chart types (flowchart, sequence, state, class, ER, XY chart), 16 built-in themes, 5...
quarantinedskillClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__âRender_Mermaid_diagrams_as_beautiful_SVG,_PNG,_or_ASCII_art._Supports_6_chart_types_(flowchart,_sequence,_state,_class,_ER,_XY_chart),_16_built-in_themes,_5_style_presets,_CSS-level_customization,_interactive_preview,_and_batch_rendering._Works_in_terminal,_chat,_or_web_environments.â_description_zh:_âMermaid_åžčĄ¨įžåæ¸˛æåˇĨå
ˇīŧæ¯ææĩį¨åž__åēååž__įļæåž__įąģåž__ERåž__XYåžčĄ¨6į§įąģåīŧ16ä¸ģéĸ5éĸ莞īŧå¯å¯ŧåēSVG__PNG__ASCIIâ_description_en:_âBeautiful_Mermaid_diagram_renderer_(SVG__PNG__ASCII,_16_themes,_5_presets,_interactive_preview)âreact-native
React Native Coding Assistant: Expert in TypeScript, Expo, and cross-platform development. Provides guidance on setup, best practices, troubleshooting, responsive design, marketing integration, QR cod
quarantinedcodingreact-nativetype-scriptLobeHub- Registry
- LobeHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__react-nativetypescript-jsdoc
Proficient in writing TypeScript JSDoc code
quarantinedtypescriptjsdocLobeHub- Registry
- LobeHub
- Category
- Software Dev
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__typescript-jsdocappwrite-typescript
Indexed by skills.sh from appwrite/agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- appwrite
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__appwrite-typescriptaws-lambda-typescript-integration
Indexed by skills.sh from giuseppe-trisciuoglio/developer-kit
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- giuseppe-trisciuoglio
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__aws-lambda-typescript-integrationdbos-typescript
Indexed by skills.sh from dbos-inc/agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- dbos-inc
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__dbos-typescriptdeno-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__deno-typescriptexpo-react-native-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__expo-react-native-typescriptexpress-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__express-typescriptfastify-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__fastify-typescripthono-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__hono-typescriptinertia-rails-typescript
Indexed by skills.sh from inertia-rails/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- inertia-rails
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__inertia-rails-typescriptjavascript-typescript-jest
Indexed by skills.sh from github/awesome-copilot
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- github
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__javascript-typescript-jestjavascript-typescript-typescript-scaffold
Indexed by skills.sh from sickn33/antigravity-awesome-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- sickn33
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__javascript-typescript-typescript-scaffoldjest-typescript
Indexed by skills.sh from bobmatnyc/claude-mpm-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- bobmatnyc
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__jest-typescriptjsdoc-typescript-docs
Indexed by skills.sh from patricio0312rev/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- patricio0312rev
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__jsdoc-typescript-docskernel-typescript-sdk
Indexed by skills.sh from kernel/skills
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- kernel
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__kernel-typescript-sdkkoa-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__koa-typescriptmastering-typescript
Indexed by skills.sh from spillwavesolutions/mastering-typescript-skill
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- spillwavesolutions
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__mastering-typescriptnestjs-clean-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__nestjs-clean-typescriptnextjs-react-redux-typescript-cursor-rules
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__nextjs-react-redux-typescript-cursor-rulesnextjs-react-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__nextjs-react-typescriptnextjs-typescript-tailwindcss-supabase
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__nextjs-typescript-tailwindcss-supabasenodejs-backend-typescript
Indexed by skills.sh from bobmatnyc/claude-mpm-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- bobmatnyc
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__nodejs-backend-typescriptnuxtjs-vue-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__nuxtjs-vue-typescriptopenapi-to-typescript
Indexed by skills.sh from softaworks/agent-toolkit
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- softaworks
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__openapi-to-typescriptopenrouter-typescript-sdk
Indexed by skills.sh from openrouterteam/agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- openrouterteam
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__openrouter-typescript-sdkoptimized-nextjs-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__optimized-nextjs-typescriptpulumi-typescript
Indexed by skills.sh from dirien/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- dirien
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__pulumi-typescripttinybird-typescript-sdk-guidelines
Indexed by skills.sh from tinybirdco/tinybird-agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- tinybirdco
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__tinybird-typescript-sdk-guidelinestypescript
Indexed by skills.sh from prowler-cloud/prowler
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.23
- Author
- prowler-cloud
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescripttypescript-advanced
Indexed by skills.sh from pedronauck/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- pedronauck
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-advancedtypescript-advanced-types
Indexed by skills.sh from sickn33/antigravity-awesome-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.5
- Author
- sickn33
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-advanced-typestypescript-best-practices
Indexed by skills.sh from cursor/plugins
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.8
- Author
- cursor
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-best-practicestypescript-clean-code
Indexed by skills.sh from bmad-labs/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- bmad-labs
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-clean-codetypescript-core
Indexed by skills.sh from bobmatnyc/claude-mpm-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- bobmatnyc
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-coretypescript-docs
Indexed by skills.sh from giuseppe-trisciuoglio/developer-kit
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- giuseppe-trisciuoglio
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-docstypescript-e2e-testing
Indexed by skills.sh from bmad-labs/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- bmad-labs
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-e2e-testingtypescript-expert
Indexed by skills.sh from martinholovsky/claude-skills-generator
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.8
- Author
- martinholovsky
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-experttypescript-magician
Indexed by skills.sh from mcollina/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mcollina
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-magiciantypescript-mcp
Indexed by skills.sh from jezweb/claude-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- jezweb
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-mcptypescript-mcp-server-generator
Indexed by skills.sh from github/awesome-copilot
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- github
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-mcp-server-generatortypescript-pro
Indexed by skills.sh from sickn33/antigravity-awesome-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.5
- Author
- sickn33
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-protypescript-react-patterns
Indexed by skills.sh from asyrafhussin/agent-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- asyrafhussin
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-react-patternstypescript-react-reviewer
Indexed by skills.sh from dotneet/claude-code-marketplace
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- dotneet
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-react-reviewertypescript-refactor
Indexed by skills.sh from pproenca/dot-skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- pproenca
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-refactortypescript-review
Indexed by skills.sh from metabase/metabase
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- metabase
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-reviewtypescript-security-review
Indexed by skills.sh from giuseppe-trisciuoglio/developer-kit
quarantinedskills.sh- Registry
- skills.sh
- Version
- 1.0.0
- Author
- giuseppe-trisciuoglio
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-security-reviewtypescript-unit-testing
Indexed by skills.sh from bmad-labs/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- bmad-labs
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-unit-testingtypescript-write
Indexed by skills.sh from metabase/metabase
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- metabase
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__typescript-writevue-typescript
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__vue-typescriptvuejs-typescript-best-practices
Indexed by skills.sh from mindrally/skills
quarantinedskills.sh- Registry
- skills.sh
- Category
- Software Development· inferred
- Version
- 1.0.0
- Author
- mindrally
curl -s /v1/skills/community__axehub:skills.sh__skills.sh__vuejs-typescript-best-practicesARBITER:_Foundation_for_Human_Flourishing
Facilitates transparent, ethical coordination and verified labor to advance humanity toward a sustainable Kardashev Type 1 civilization.
quarantinedelf-2.0foundationmrdahutClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__ARBITER:_Foundation_for_Human_FlourishingConfig_Manager_-_Evomap_Asset
Config Manager - Evomap Asset is a type-safe C library for dynamic key-value config management with string, int, bool types and config file support.
quarantinedcconfigevomapClawHubConfig_Manager_-_é
įŊŽįŽĄįå¨
Manage dynamic, type-safe string, int, and bool configurations via key=value files for configurable, multi-environment applications.
quarantinedcconfigrefactorClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Config_Manager_-_é
įŊŽįŽĄįå¨File_Utilities_And_Editing
File Utilities and Editing: File utilities: MIME type detection, path parsing/joining, CSV to ASCII table, JSON formatting, Base64 encoding, hash generation...
quarantinedagentpmtfile-base64-decodefile-base64-encodeClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__File_Utilities_And_EditingTs_Sdk_Types
Move to TypeScript type mapping in @aptos-labs/ts-sdk: u64/u128/u256 as bigint, address as string, TypeTag, functionArguments and typeArguments. Triggers on:...
quarantinedClawHub- Registry
- ClawHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:ClawHub__ClawHub__Ts_Sdk_Typesfortune-teller
Specializes in numerology, divination, astrology, and blood type analysis
quarantinedNumerology, Divination, Astrology, Psychology, Blood Type, ZodiacLobeHub- Registry
- LobeHub
- Version
- 1.0.0
curl -s /v1/skills/community__axehub:LobeHub__LobeHub__fortune-tellerswagger-api-to-types
Quickly export type definitions and request functions from interface descriptions such as Swagger, YAPI, Apifox, etc.
quarantinedaigcapiyapiLobeHub