소스 정보
- 저장소
- majiayu000/claude-skill-registry
- 최근 소스 활동
- 2026년 6월 23일 12:15
- 감지된 SKILL.md 언어
- 판별 불가
- 스타
- 543
- 포크
- 85
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/majiayu000/claude-skill-registry --skill leela-ai명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | leela-ai |
| description | Manufacturing Intelligence — Leela AI applies MOOLLM to industry |
| license | MIT |
| tier | 0 |
| allowed-tools | ["read_file","list_dir"] |
| protocol | LEELA-AI |
| related | ["moollm","manufacturing-intelligence","society-of-mind","k-lines","schema-mechanism","constructionism","simulator-effect","speed-of-light","representation-ethics","yaml-jazz"] |
| tags | ["moollm","meta","company","manufacturing","industrial","neural-symbolic","drescher"] |
Manufacturing Intelligence -- from theory to industrial application.
This skill describes how Leela AI applies MOOLLM principles to real-world manufacturing intelligence. Leela takes the theoretical foundations of Minsky, Papert, and Drescher and deploys them on factory floors.
Traditional computer vision is pattern matching. Leela's neural-symbolic system is causal reasoning.
neural_symbolic:
layer_1: neural
- object detection (what is there?)
- pose estimation (how is it positioned?)
- motion tracking (where is it going?)
layer_2: symbolic
- context inference (what situation is this?)
- causal reasoning (why is this happening?)
- SQL queries over temporal event database
- prediction (what will happen next?)
- explanation (human-readable "why")
layer_3:
The neural layer provides perception. The symbolic layer provides reasoning. The PDA layer provides natural language interface -- neural at the surface, symbolic in the protocol.
Every inference follows Drescher's schema pattern:
schema:
context: [observable conditions]
action: [event that occurred]
result: [observed outcome]
learning:
marginal_attribution:
- which context features predict result?
synthetic_items:
- inferred entities not directly observed
generalization:
- when does this schema apply elsewhere?
Intelligence at the edge, not in the cloud:
edge_architecture:
edgebox:
location: factory floor
latency: <50ms
capabilities: [inference, alerting, logging]
cloud:
purpose: training, aggregation, analytics
latency: acceptable for non-real-time
principle: |
Real-time decisions happen at the edge.
Learning and optimization happen in the cloud.
Data sovereignty stays with the customer.
safety_monitoring:
purpose: Prevent accidents through predictive awareness
examples:
- pedestrian_in_vehicle_zone
- ppe_compliance (hard hats, vests, glasses)
- ergonomic_risk (repetitive motion, lifting posture)
- near_miss_detection (close calls before accidents)
output:
alert: real-time notification
explanation: why this is a safety concern
recommendation: suggested action
audit: logged for compliance
process_optimization:
purpose: Improve efficiency through observation and inference
examples:
- cycle_time_analysis
- bottleneck_detection
- idle_time_measurement
- workflow_optimization
output:
insight: what is happening
causation: why it is happening
recommendation: how to improve
simulation: what-if scenarios
predictive_maintenance:
purpose: Fix equipment before it fails
signals:
visual: vibration patterns, wear indicators, alignment
thermal: heat signatures indicating friction or failure
acoustic: sound patterns indicating mechanical issues
schema:
context: [equipment state, operational history]
action: [detected anomaly]
result: [predicted failure mode]
output:
prediction: what will fail, when
explanation: why we predict this
recommendation: maintenance action
confidence: certainty
devops:
purpose: Apply MOOLLM patterns to infrastructure
patterns:
files_as_state:
- infrastructure as code
- git as audit trail
- YAML as configuration
coherence_engine:
- detect configuration drift
- propose remediation
- explain changes
speed_of_light:
- batch operations
- parallel deployment
- minimal round-trips
# Factory zone as MOOLLM room
zone:
id: assembly_line_3
type: [production, monitored, indoor]
contains:
- equipment: [robot_arm_1, conveyor_2, station_7]
- personnel: [operator_badge_1234]
- cameras: [cam_3a, cam_3b, cam_3c]
exits:
- to: staging_area
- to: quality_check
atmosphere:
safety_status: green
production_status: active
alert_level: none
# Forklift as MOOLLM character
entity:
id: forklift_07
type: [vehicle, autonomous, tracked]
location: loading_dock_2
state: stationary
current_task: awaiting_clearance
relationships:
operator: badge_5678
cargo: pallet_1234
needs:
fuel: 0.73
maintenance: 0.15 # due soon
# Safety protocol as MOOLLM skill
skill:
id: pedestrian_safety
activation:
context: pedestrian detected in vehicle zone
action:
- alert vehicle operators
- log safety event
- track pedestrian until zone_clear
advertisement:
provides: pedestrian_zone_monitoring
satisfies: [safety, compliance, awareness]
| Team Member | Role | Background |
|---|---|---|
| Henry Minsky | CTO | MIT AI Lab, NTT DoCoMo, Google Nest. Marvin Minsky's son. |
| Dr. Cyrus Shaoul | Chief Evangelist | Computational neuroscientist, Digital Garage co-founder/CTO |
| Dr. Milan Singh Minsky | VP Product | Venture-backed startups, RayVio co-founder |
| Sheung Li | VP Applications | Machine vision in manufacturing |
| Dr. Steve Kommrusch | Senior AI Research Scientist | Deep learning, AMD/HP/National Semiconductor |
| Don Hopkins | AI Architect | The Sims, NeWS, pie menus, MOOLLM |
The theory meets the practice. Minsky's ideas, refined through Hopkins's implementation experience and Kommrusch's deep learning expertise, deployed on factory floors.
transparency:
principle: Every inference is explainable
implementation:
- causal_chains: visible in audit log
- confidence_levels: always reported
- uncertainty: acknowledged, not hidden
- limitations: documented
privacy:
principle: Data sovereignty and minimal collection
implementation:
- edge_processing: data stays local when possible
- anonymization: faces blurred by default
- retention: minimal, configurable
- consent: clear signage, worker awareness
human_agency:
principle: AI advises, humans decide
implementation:
- critical_decisions: require human approval
- recommendations: clearly labeled as suggestions
- override: always possible
- accountability: human remains responsible
| System | Integration |
|---|---|
| SCADA | Sensor data ingestion |
| MES | Production event correlation |
| ERP | Business context enrichment |
| CMMS | Maintenance recommendation routing |
| Safety Systems | Alert escalation |
deployment:
edge:
edgeboxes: industrial compute at the source
latency: <50ms for real-time inference
resilience: operates offline if cloud disconnected
cloud:
platform: customer choice (AWS, GCP, Azure, on-prem)
purpose: training, aggregation, dashboard
sovereignty: customer owns their data
hybrid:
edge_to_cloud: telemetry, events, learning data
cloud_to_edge: model updates, configuration