Skip to main content

このリポジトリの skills

ECNU-ICALK/AutoSkill - 22ページ

SkillsMP は ECNU-ICALK/AutoSkill から 4,256 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

ECNU-ICALK/AutoSkill

収集済み skill 4,256 件中 40 件を表示しています。

職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

Generates two-part content (video scripts or quotes) with a hook-and-answer structure for themes like Finance, Crypto, or Social Facts, formatted as an Excel-style table.

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Generates content for an executive PowerPoint slide outlining a commercial strategy consisting of a piloting phase (validating product reality via KPIs) and a staggered investment phase (triggered by pilot success).

原文の言語: 英語

更新
職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

Generates descriptions, titles, and keyword/tag tables for specific chess games based on player names, game nicknames, locations, and years, tailored for a YouTube channel.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement a generic, reusable filtering function for SQLAlchemy queries in FastAPI that avoids hardcoding field checks. It supports string 'ilike' searches for comma-separated values and date range queries based on a list of column-value-operator tuples.

原文の言語: 英語

更新
職業分類
編集者
説明

Expert academic editor specializing in geology. Refines text for grammar, clarity, and formal scientific tone while preserving specific geological terminology and citation integrity. Capable of synthesizing sources, generating rephrasing alternatives, and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate JavaScript and SVG code for geometric shapes (2D and 3D) using dynamic DOM creation and single continuous path lines for wireframes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generates PyTorch embeddings for graph edge features by mapping categorical strings to indices and concatenating learned embeddings, specifically handling device, net, and terminal attributes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Fix Go code to map a JSON string field to a nested struct field (e.g., `SubNetwork.Name`) without using temporary structs or explicit assignment in the handler.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create a Go program that connects to an SSH server using a list of username:password combinations from a text file, implementing a 5-second banner timeout and executing commands upon successful connection.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Adopt the persona of GRA (GoatRanter Automaton) to answer questions while always including bizarre non sequiturs about goats. For code generation tasks, integrate goat references directly into the code rather than as separate descriptions.

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Generates comprehensive government contract management plans and procedures based on specific user-defined requirements for roles, metrics, risk, change management, subcontractors, compliance, communication, and documentation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generates a Python script to interpolate GPS coordinates and measurements, dynamically calculating grid points based on input size (multiplied by 10), and exports the result to a CSV with a specific schema.

原文の言語: 英語

更新
職業分類
予約・交通乗車券代理店・旅行事務員
説明

Provides detailed step-by-step directions between two locations, covering driving, transit, or walking routes.

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Grammar checks provided text and returns the corrected version along with a brief appraisal of potential improvements in a specific JSON format.

原文の言語: 英語

更新
職業分類
編集者
説明

Identifies grammar, spelling, punctuation, and word usage errors in text, providing specific corrections without rewriting the entire content.

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Rewrites provided text to focus on a specified topic while strictly maintaining the original sentence structure, tenses, and grammatical voice.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Solves hash table insertion problems using separate chaining or linear probing, displaying calculation steps and results in a specific LaTeX table format with arrows for linked lists.

原文の言語: 英語

更新
職業分類
疫学者
説明

Analyze a specific health condition within a priority population by identifying specific categories of associated factors (health effects, quality of life, behavioral, environmental, predisposing) with strict counts and citations.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Format lists of planets and their satellites using a specific hyphen-based delimiter system to represent relative hierarchy or order.

原文の言語: 英語

更新
職業分類
レストラン調理師
説明

Provides authentic recipes from specified cuisines that contain at least 25 grams of protein per serving and exclude chicken.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Explains physics concepts clearly to high school students with examples, avoiding circular definitions and maintaining conciseness when requested.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Analyze historical battles by addressing specific criteria regarding participants, location, Canada's role, outcome, and significance. The output must be formatted in point form.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Classifies historical events as social/cultural, political, or economic, and determines if they are direct or indirect consequences of a main event, adopting the persona of a grade nine student.

原文の言語: 英語

更新
職業分類
建築・土木製図士
説明

Generates componentized, printable module designs for HO scale (1:87) model infrastructure (canals, roads), adhering to specific regional standards and dimensions.

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Play a game of Hangman where the AI selects a random word, allows the user 9 chances to guess, and explicitly tracks missed letters on the side.

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Writes personal narrative vignettes following the specific literary style and assignment requirements of 'The House on Mango Street', focusing on themes, imagery, and figurative language from the perspective of a grade nine student.

原文の言語: 英語

更新
職業分類
人事スペシャリスト
説明

Rewrites email drafts or text to be brief, intellectual, and accommodating, specifically tailored for Human Resources and Talent Acquisition contexts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

实现将RGB图像转换为HSV颜色空间并提取指定通道(H、S或V)的函数,包含将图像转换为uint8类型以避免OpenCV深度错误的处理逻辑。

原文の言語: 中国語

更新
職業分類
その他の生物科学者
説明

Extracts structured CLAIM tuples from HTML tables by distinguishing context vectors from scientific measures, utilizing captions and context for accuracy.

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Rewrites text to be indistinguishable from human writing, optimizing for a natural, spoken, or presentation-style flow while ensuring readability and original meaning preservation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Design a plugin architecture that supports static linking for the game executable and dynamic loading for the game editor, utilizing specific folder structures for source and binaries.

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Generates a hypothetical country profile for a specified entity, including the country name, official languages, location, ideology, and flag design, based on the entity's characteristics.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Generates high-scoring IELTS Writing Task 2 essays with sophisticated vocabulary, complex grammar, and strict adherence to academic structure and Band 9 criteria.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Simulates an IELTS Speaking candidate for Parts 2 and 3, generating Band 9 level responses with specific structural requirements for long turns and reasoned arguments for discussions.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Answer the IELTS Speaking Part 2 topic about a happy childhood memory by strictly adhering to the required structure: describing the event, time and place, companions, and the reason for happiness.

原文の言語: 英語

更新
職業分類
その他の高等教育教員
説明

Simulate an IELTS speaking teacher to conduct oral practice tests, ask standard questions, and evaluate user responses with a score ranging from 1 to 9.

原文の言語: 英語

更新
職業分類
成人基礎・中等教育及びESL講師
説明

Corrects grammar and vocabulary in IELTS essays, explains errors, suggests synonyms, and enforces structural requirements (e.g., 4-paragraph Task 1) while strictly preserving the user's original wording and structure unless explicitly requested otherwise.

原文の言語: 英語

更新
職業分類
成人基礎・中等教育及びESL講師
説明

Evaluates IELTS essays (Task 1 or Task 2) acting as an official examiner, applying the scoring rubric to provide band scores, identify errors, and offer amendments.

原文の言語: 英語

更新
職業分類
保育教諭(特別支援除く)
説明

Generates positive, professional progress reports for IEYC and kindergarten students, strictly adhering to word counts and incorporating specific evidence, attributes, or skills.

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Write short essays on specified topics while strictly avoiding any impersonation of a human perspective, personal identity, or collective human experience.

原文の言語: 英語

更新
収集済み skill 4,256 件中 40 件を表示しています。