Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

SkillLearnBench

SkillLearnBench には cxcscmu から収集した 1,216 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
1,216
Stars
70
更新
2026-06-12
Forks
4
職業カバレッジ
27 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

docx-handler
DTPオペレーター

Handles reading, populating, and saving .docx files using the python-docx library. Use this skill for any tasks involving template filling or modifying Word documents.

2026-06-12
13f-analyzer
財務・投資アナリスト

Perform various data analysis on SEC 13-F and obtain some insights of fund activities such as number of holdings, AUM, and change of holdings between two quarters.

2026-06-12
fuzzy-name-search
財務・投資アナリスト

This skill includes search capability in 13F, such as fuzzy search a fund information using possibly inaccurate name, or fuzzy search a stock cusip info using its name.

2026-06-12
pdf
一般事務員

A comprehensive PDF toolkit for advanced data extraction and document analysis. Beyond text and table extraction, this tool is optimized for visual layout reasoning: it can map graphical elements to coordinates (such as determining appointment times based on their position on a calendar timeline) and identify color-coded features (e.g., distinguishing high-priority blocks from flexible blue-colored entries). Use this skill when the task requires interpreting schedule layouts, calculating durations from visual spans, or resolving scheduling conflicts based on the spatial and color properties of a PDF document.

2026-06-12
d3js-visualization
ウェブ開発者

Build deterministic, verifiable data visualizations with D3.js (v6). Generate standalone HTML/SVG (and optional PNG) from local data files without external network dependencies. Use when tasks require charts, plots, axes/scales, legends, tooltips, or data-driven SVG output.

2026-06-12
bundled-dataset-search-tool
一般事務員

invoke this skill when you need to perform database search for travel planning. This skill provides some useful pre-packaged tools to look up accommodations, attractions, cities, driving distance, flights, and restaurants from the bundled dataset.

2026-06-12
object-counter
データサイエンティスト

Count occurrences of an object in the image using computer vision algorithm.

2026-06-12
skill-creator
その他コンピュータ職

Create modular skill documents (SKILL.md files) for Claude Code. Use this skill whenever a task requires generating reusable knowledge documents, capturing domain expertise, or building skills that encode workflows, APIs, or specialized techniques. Invoke this whenever you need to write a SKILL.md from scratch, even if the user doesn't explicitly ask for a "skill".

2026-04-24
anthropic-brand-colors
グラフィックデザイナー

Anthropic's official brand color palette, design tokens, and typography standards for consistent brand application.

2026-04-24
python-pillow-graphics
グラフィックデザイナー

Create technical graphics, diagrams, and posters using Python Pillow library with precise color control and typography.

2026-04-24
technical-illustration-design
グラフィックデザイナー

Design principles and techniques for creating technical exploded-view diagrams and engineering documentation posters.

2026-04-24
classical-poetry-peace-theme
テクニカルライター

Compose classical Chinese poetry on peace themes using authentic imagery, perspective shifts, and the voice of ordinary people experiencing war's aftermath.

2026-04-24
mandarin-rhyming-guide
テクニカルライター

Master modern Mandarin pinyin finals and tone systems to create accurate rhymes for classical poetry following contemporary pronunciation standards.

2026-04-24
seven-char-regulated-verse
テクニカルライター

Master the structure, tonal patterns, and rhyming requirements of classical seven-character regulated verse (七言律诗) in Chinese poetry.

2026-04-24
california-sc100-form
パラリーガル・法律アシスタント

Understand the structure and fields of the California Small Claims Court Form SC-100

2026-04-24
pdf-form-filling
ソフトウェア開発者

Fill PDF form fields programmatically using Python libraries like pypdf or pdfrw

2026-04-24
dbscan-custom-metrics
データサイエンティスト

Implement DBSCAN clustering with custom distance metrics using scikit-learn's pairwise_distances.

2026-04-24
greedy-bipartite-matching
データサイエンティスト

Implement greedy bipartite matching for pairing cluster centroids with expert annotations.

2026-04-24
parallel-grid-search
データサイエンティスト

Parallelize hyperparameter grid search using joblib for efficient multi-core execution.

2026-04-24
pareto-frontier-analysis
データサイエンティスト

Identify Pareto-optimal solutions from multi-objective optimization results.

2026-04-24
cvss-score-extraction
情報セキュリティアナリスト

Extract and handle CVSS scores from multiple vulnerability data sources (NVD, GHSA, RedHat) with proper fallback priority.

2026-04-24
package-lock-parsing
ソフトウェア開発者

Parse and extract package information from npm package-lock.json files to identify dependencies and their installed versions.

2026-04-24
security-audit-csv-reporting
情報セキュリティアナリスト

Generate structured CSV security audit reports from vulnerability data with proper filtering, formatting, and field mapping.

2026-04-24
trivy-vulnerability-scanning
情報セキュリティアナリスト

Use Trivy vulnerability scanner in offline mode to detect CVEs in npm dependencies and generate structured JSON reports.

2026-04-24
geopandas-projections
ソフトウェア開発者

Use GeoPandas with coordinate projections to perform accurate spatial calculations and transformations.

2026-04-24
plate-tectonics-geospatial
ソフトウェア開発者

Analyze plate tectonics data using GeoPandas, identify points within plates, and calculate distances to boundaries.

2026-04-24
usgs-earthquake-analysis
ソフトウェア開発者

Load, parse, and process USGS earthquake data in GeoJSON or JSON formats.

2026-04-24
enterprise-data-retrieval
ソフトウェア開発者

Retrieve and aggregate information across multiple enterprise data sources

2026-04-24
json-data-extraction
ソフトウェア開発者

Extract, parse, and query JSON data from large enterprise files efficiently

2026-04-24
json-result-formatting
ソフトウェア開発者

Format query results to JSON with proper structure and token tracking

2026-04-24
fuzzy-fund-search
財務・投資アナリスト

Fuzzy matching techniques for finding hedge funds by name when exact names are unknown

2026-04-24
portfolio-analysis
財務・投資アナリスト

Analyzing fund portfolios including AUM extraction, holdings counts, and portfolio composition

2026-04-24
sec13f-data-format
財務・投資アナリスト

Understanding SEC 13-F filing data structure, TSV format, and key tables for hedge fund analysis

2026-04-24
druid-javascript-security
情報セキュリティアナリスト

Securing Apache Druid's JavaScript execution engine against code injection and security bypass attacks.

2026-04-24
git-patch-workflow
ソフトウェア開発者

Creating, managing, and applying unified diff patches with Git for source code modifications.

2026-04-24
jackson-deserialization-validation
ソフトウェア開発者

Securing Jackson JSON deserialization by validating input before processing and preventing unknown properties.

2026-04-24
maven-druid-build
ソフトウェア開発者

Building Apache Druid with Maven, managing memory constraints, and skipping verification checks.

2026-04-24
github-cli-queries
ソフトウェア開発者

Query GitHub repositories for PRs and issues using gh CLI with date filtering and structured output.

2026-04-24
github-metrics-processing
ソフトウェア開発者

Process GitHub API data to calculate PR/issue metrics including merge time averages, author rankings, and bug categorization.

2026-04-24
json-report-generation
ソフトウェア開発者

Generate and write structured JSON reports with proper formatting and validation.

2026-04-24
このリポジトリの収集済み skills 1,216 件中、上位 40 件を表示しています。