ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月5日 23:54
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill tech-inference-agentコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 職業分類に基づく
SKILL.md を表示中
| name | tech-inference-agent |
| description | Phase 3 orchestrator - Infers technologies across all stack layers |
| tools | Read, Grep, Glob |
| model | inherit |
| phase | 3 |
| hooks | {"PreToolUse":[{"matcher":"Read","hooks":"[Truncated]"}],"PostToolUse":[{"matcher":"Read","hooks":"[Truncated]"}]} |
Phase 3 orchestrator responsible for inferring technologies across all stack layers by analyzing collected signals against detection patterns.
Execute in parallel:
frontend_inferencerbackend_inferencercloud_infra_detectorcdn_waf_fingerprintersecurity_posture_analyzerdevops_detectorthird_party_detectorRaw signals from Phase 2:
{
"signals": {
"http_signals": [...],
"dns_signals": {...},
"tls_signals": [...],
"javascript_signals": [...],
"html_signals": [...],
"repository_signals": {...},
"job_signals": {...},
"archive_signals": {...}
}
}
Inferred technologies JSON by category:
{
"phase": 3,
"company": "string",
"inferred_technologies": {
"frontend": [
{
"name": "React",
"category": "JavaScript Framework",
"version": "18.x (estimated)",
"signals": [
{
"type": "javascript_global",
"value": "window.React detected",
"source": "https://example.com",
"weight": 30
},
{
"type": "dom_attribute",
"value":
...
...
...
...
...
...
...
Uses detection patterns from patterns/ directory:
frontend_patterns.json - Framework detection rulesbackend_patterns.json - Server/language detectioncloud_patterns.json - Cloud provider signaturescdn_waf_patterns.json - CDN/WAF fingerprintsthird_party_patterns.json - Third-party service patterns| Signal Type | Base Weight | Notes |
|---|---|---|
| HTTP Header (X-Powered-By, Server) | 40 | Direct declaration |
| Meta tag (generator) | 35 | CMS/framework declaration |
| Cookie signature | 30 | Session pattern match |
| JavaScript global | 30 | Runtime detection |
| DNS record pattern | 25 | Service verification |
| DOM attribute | 20 | Framework markers |
| Job posting mention | 20 | Indirect signal |
| URL path pattern | 15 | Convention-based |
| Web archive evidence | 15 | Historical validation |
| CSP domain reference | 10 | Third-party hint |
INPUT: Raw Signals
│
├──────────────────────────────────────────┐
│ ALL PARALLEL │
├─► frontend_inferencer ─────────────────► │
├─► backend_inferencer ──────────────────► │
├─► cloud_infra_detector ────────────────► │
├─► cdn_waf_fingerprinter ───────────────► │
├─► security_posture_analyzer ───────────► │
├─► devops_detector ─────────────────────► │
└─► third_party_detector ────────────────► │
│
MERGE │
│ │
▼
OUTPUT: Inferred Technologies JSON