Skip to main content
Manusで任意のスキルを実行
ワンクリックで
scitex-ai
GitHub クリエイタープロフィール

scitex-ai

59 件の GitHub リポジトリにある 112 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
112
リポジトリ
59
更新
2026-07-16
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

skills-overview
その他コンピュータ職

Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.

2026-07-10
skills-overview
その他コンピュータ職

Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.

2026-07-10
autonomous
その他コンピュータ職

Autonomous work mode — never ask user to run commands, never stand by, always take next action. Use when working independently on tasks.

2026-06-14
claude-code
ソフトウェア開発者

Claude Code setup and configuration reference. Skills, commands, hooks, MCP servers, CLI, and permissions.

2026-06-14
code-review
ソフトウェア品質保証アナリスト・テスター

Code audit, cleanup, refactoring, API minimization, test review, examples, and project evaluation. Use when reviewing code quality or preparing for release.

2026-06-14
development-philosophy
ソフトウェア開発者

Core development philosophy including development cycles, naming conventions, architectural decisions, and multi-agent workflows. Use when establishing project foundations or making architectural decisions.

2026-06-14
element-inspector
ソフトウェア開発者

Inspect DOM elements via playwright-cli eval for autonomous CSS/layout debugging.

2026-06-14
elisp-development
ソフトウェア開発者

Emacs Lisp development best practices including file templates, project structure, testing, and coding style. Use when writing Emacs Lisp packages or configuration.

2026-06-14
このリポジトリの収集済み skills 27 件中、上位 8 件を表示しています。
scitex-ssh
ネットワーク・コンピュータシステム管理者

[WHAT] Persistent, auto-reconnecting SSH reverse tunnels for NAT traversal — installs an `autossh` systemd unit on the local host so a bastion/relay server can SSH back in even through firewalls and dynamic IPs. [WHEN] Use whenever the user asks to "set up a reverse SSH tunnel", "keep SSH alive through NAT", "access a lab machine from outside", "tunnel through a bastion", "autossh systemd service", "check tunnel status", "remove a tunnel", "expose this machine via a jump host", or mentions bastion server, NAT traversal, autossh, reverse SSH, HPC login node. [HOW] `pip install scitex-ssh` then `import scitex_ssh`; see leaf skills for details.

2026-05-27
skills-overview
その他コンピュータ職

Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.

2026-04-28
development-philosophy
ソフトウェア開発者

Core development philosophy including development cycles, naming conventions, architectural decisions, and multi-agent workflows. Use when establishing project foundations or making architectural decisions.

2026-03-11
elisp-development
ソフトウェア開発者

Emacs Lisp development best practices including file templates, project structure, testing, and coding style. Use when writing Emacs Lisp packages or configuration.

2026-03-11
programming-common
ソフトウェア開発者

General programming best practices applicable to all languages. Covers clean code, testing, refactoring, version control, and development workflows. Use when writing or reviewing code in any language.

2026-03-11
project-management
プロジェクト管理専門家

Project organization, multi-agent coordination, bug reporting, feature requests, and documentation practices. Use when managing projects, coordinating work, or organizing development workflows.

2026-03-11
python-scitex
ソフトウェア開発者

Python development for scientific computing and SciTeX projects. Includes testing, debugging, ML practices, and environment management.

2026-03-11
scientific-writing
テクニカルライター

Apply rigorous scientific writing standards for academic manuscripts. Use when writing abstracts, introductions, methods, results, or discussions for papers, grants, theses, or mermaid figure.

2026-03-11
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
scitexification
ソフトウェア開発者

[WHAT] Scitexification — the verb: translate existing code (a script, a notebook, a small repo, a published-paper supplement) into SciTeX form so it gains the ecosystem's session-managed I/O, scitex-clew evidence binding, publication-quality figures, and project structure. Single source of truth for the migration act itself, package-agnostic; per-package patterns delegate to the per-pkg SKILL.md, and Clew-specific specialization layers on top of this skill via `scientific/04_clew_*`. [WHEN] You have existing code that works and want to bring it into the SciTeX ecosystem with minimal rewrite, OR an agent is asked to translate a research capsule, paper supplement, or one-off notebook into a SciTeX project. Load this skill BEFORE picking the per-chapter topic. [HOW] Read this SKILL.md first to orient on the 5-stage translation arc; then drill into the topic chapter you need next (`01_io-patterns`, `02_session-config`, `03_plt-patterns`, `04_repro-clew`, `05_naming-and-numbering`). Per-package details (full stx.i

2026-06-20
scientific
ソフトウェア開発者

[WHAT] Scientific-methodology skills for the SciTeX ecosystem — publication-quality figures, statistics, experiment reproducibility. Distinct from `general/` (which covers package engineering) and per-package skills (which cover package-specific APIs). Load when authoring analysis scripts, preparing figures for manuscripts, or checking scientific rigour of ecosystem output. [WHEN] Authoring analysis scripts, preparing figures or PDF reports for manuscripts, or auditing scientific outputs of any ecosystem package. [HOW] Read SKILL.md as the index, then drill into the numbered sub-skill leaves (`01_figures_*`, `02_research-project_*`, `03_reporting_*`) for the relevant topic.

2026-06-20
scitex-dev
ソフトウェア開発者

[WHAT] Developer utilities for maintaining the whole SciTeX ecosystem across ~15 packages — version audit and mismatch fixing, editable-install sync, per-host git pull/commit/diff via SSH, bulk rename across files + contents + directories + symlinks (with git-safety guards), aggregated docs search across all packages, a Result/ErrorCode envelope shared by CLI + MCP, DevConfig/HostConfig, a local +… [WHEN] Use whenever the user asks to "list scitex versions", "check for version mismatches", "fix version drift", "rename old_name → new_name across all files", "sync my changes to the HPC / laptop / servers", "run tests on the HPC via Slurm", "poll my sbatch job", "fetch HPC test output", "search the docs for save_fig", "commit remote changes on gpu01", "pull all repos", "audit the ecosystem before a… [HOW] See sub-skills index for entry points.

2026-06-17
general
ソフトウェア開発者

[WHAT] Canonical engineering standards every `scitex-*` package and research project must follow — 3-layer architecture cascade, dependency/version pinning, local-state directory layout (`~/.scitex/<pkg-short>/` and `<project>/.scitex/<pkg-short>/`), repo layout (src/tests/scripts/examples), the five interfaces (Python API → CLI → MCP → Skills → optional HTTP) with their delegation rules and the noun-verb CLI convention, README/Sphinx docs, version-control workflow plus `scitex-dev ecosystem …` release automation, skill-authoring rules (layout, editable-vs-wheel install, public-vs-private), and the periodic quality checklist. Use as the single entry point for creating, auditing, reviewing, or releasing any SciTeX package. [WHEN] Creating, auditing, reviewing, or releasing any SciTeX package, or onboarding a research repo to ecosystem standards. [HOW] Read SKILL.md as the index, then drill into the per-category sub-dirs (`01_ecosystem/`, `02_package/`, `03_interface/`, `04_docs/`, `05_development/`, `09_qualit

2026-06-14
scitex-dev-linter
ソフトウェア開発者

[WHAT] AST-based linter for reproducible-research Python — 47 built-in rules across 7 categories: STX-I (imports), STX-IO (forbid raw pd.read_csv / np.load / pickle / fig.savefig — use scitex.io.save / scitex.io.load instead), STX-P (path handling — resolve via scitex.path, no hardcoded `/home/...`), STX-PA (plot/axes), and more. [WHEN] User asks to lint scitex code, check scitex conventions, list linter rules, show STX-IO001 meaning, or enforce reproducible-research style; mentions STX-*, scitex-dev linter, scitex conventions, reproducibility lint. [HOW] `scitex-dev linter check <path>` (CLI) or `scitex_dev.linter.check(path)` (Python). Hook integration auto-runs on PreToolUse for Edit/Write.

2026-06-14
playwright-cli
ソフトウェア品質保証アナリスト・テスター

ALWAYS invoke this skill when the user wants to navigate websites, fill forms, take screenshots, test web UIs, extract page data, or debug frontend behavior. Do not spawn browser automation without loading this skill first.

2026-05-02
skill-creator
その他コンピュータ職

ALWAYS invoke this skill when the user creates, edits, optimizes, benchmarks, or evaluates a Claude Code skill, or asks to improve a skill's activation rate. Do not write or modify SKILL.md files without loading this skill first.

2026-05-02
skills-overview
その他コンピュータ職

ALWAYS invoke this skill at the start of any task to pick the right specialized skill. Do not begin development work without consulting this master index first.

2026-05-02
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
scitex-template
ソフトウェア開発者

[WHAT] Project scaffolding cloner + code snippet library for the SciTeX ecosystem — 6 templates (pip-project, minimal, cloud-module, research, singularity, paper) vendored in a single monorepo and populated into user targets via a `~/.scitex/template/cache/` shallow-clone. [WHEN] Starting a new SciTeX-flavored project (pip package, research repo, paper, container, or cloud module) and you want the canonical layout. [HOW] `scitex-template clone <id> <target>`, or `from scitex_template import clone_template_from_cache`. MCP: `template_clone`, `template_list`.

2026-05-04
pip-project-template
ソフトウェア開発者

Template for new Python packages — clone and customize for a FastMCP-ready pip package with agentic (planning + TDD) workflows. Use when bootstrapping a new Python library from this template.

2026-04-24
scitex-research-template
ソフトウェア開発者

Template for research projects using the SciTeX framework — clone and customize for reproducible experiments, manuscript writing, and publication-ready figures. Use when starting a new SciTeX-based research project.

2026-04-24
scitex-research-template
ソフトウェア開発者

Standard template for scientific research projects using the SciTeX framework. Provides reproducible experiment tracking, automated data management, manuscript writing, and publication-ready visualization.

2026-04-24
skills-overview
その他コンピュータ職

Master index of all available skills for development workflows. Use when needing guidance on which skill to apply or when starting work on any project.

2026-04-24
scitex-hub
ソフトウェア開発者

[WHAT] SciTeX Hub operational surface — 55 MCP tools across 6 categories — project_* (cloud project CRUD), repo_* (self-hosted Gitea clone/push/pull/PRs/issues), cloud_sdk_data/files/jobs_* (DataStore/FileVault/JobQueue SDK — submit compute jobs, upload/download files, CRUD records), api_* (Scholar paper search, CrossRef lookup, BibTeX enrichment, LaTeX compile via cloud), app_* (install/switch app plugins), onsite_* (in-browser Playwright on the live Django site). [WHEN] Use whenever the user asks to create a cloud project, push/clone via Gitea, submit a cloud job, upload to FileVault, compile LaTeX on cloud, search papers via Scholar, enrich BibTeX, switch app plugin, deploy to staging/production, or mentions SciTeX Hub, Gitea, DataStore, FileVault, JobQueue, CloudClient. [HOW] `pip install scitex-hub` then `import scitex_hub`; see leaf skills for details.

2026-06-03
scitex-hub-cloud
ソフトウェア開発者

SciTeX Hub web service integration — health monitoring, web app context, JavaScript evaluation, and browser UI control. Module-level helpers wrap CloudClient.

2026-05-30
scitex-hub-module
ソフトウェア開発者

Mark functions as SciTeX workspace modules with the @module decorator and collect structured outputs. Canonical home — the umbrella scitex.module re-exports from here.

2026-05-30
scitex-hub-project
ソフトウェア開発者

SciTeX Hub project management — CRUD plus secure MCP handlers for list, read, write, search, and execute within project sandboxes.

2026-05-30
59 件中 12 件のリポジトリを表示