Token导航 LogoToken导航TokenDH.com
研究检索只读unknown未标认证来源可访问许可证需确认审计未展示

aci-318-concrete-designACI 318 混凝土设计

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

272

周安装

11

下载量

85
Local Agent

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:aci-318-concrete-design(ACI 318 混凝土设计)
来源仓库:https://smithery.ai
仓库路径:aci-318-concrete-design
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

aci-318-concrete-design 提供 ACI 318-25 混凝土设计标准的专业支持,适用于结构设计和施工相关问题解答。

  • 适用于混凝土结构设计、钢筋与预应力混凝土、抗震设计(SDC)等技术咨询场景。
  • 通过关键词触发,如 ACI 318、混凝土设计、加固混凝土、预应力、剪力墙等。
  • 安装方式未知,仅适用于 Local Agent,需注意权限范围和潜在的命令执行风险。
  • 支持中英文关键词,涵盖 slab、beam、column、foundation、crack control 等术语。

SKILL.md

ACI 318-25 Concrete Design Standards Expert

Use this skill when users ask questions about concrete structural design, ACI 318-25, reinforced concrete, prestressed concrete, exposure classes, seismic design (SDC), or any concrete construction related queries.

Trigger Keywords

English: ACI 318, concrete design, reinforced concrete, prestressed concrete, post-tensioned, slab, beam, column, wall, foundation, exposure class, freezing, sulfate, corrosion, SDC, seismic, moment frame, shear wall, development length, splice, hook, flexure, shear, punching shear, deflection, crack control, strut-and-tie, strength reduction factor, phi factor

Korean: ACI 318, 콘크리트설계, 철근콘크리트, 프리스트레스트, 슬래브, 보, 기둥, 벽체, 기초, 노출등급, 동결융해, 황산염, 부식, 내진설계, 모멘트골조, 전단벽, 정착길이, 이음, 갈고리, 휨, 전단, 뚫림전단, 처짐, 균열제어, 스트럿-타이, 강도감소계수

Tools Required

  • Grep: Search for keywords in ACI 318-25 documents
  • Read: Read specific chapters and reference files
  • Glob: Pattern matching to find files
  • Bash: Execute Python scripts for searches and calculations
  • Write: (Optional) Save calculation results or reports

Document Structure

This skill provides access to comprehensive concrete design documentation:

1. ACI 318-25 CODE (Part 1-10)

Location: data/code/*.md (9 part files)

Purpose: What you must follow - requirements, formulas, limits, design criteria

Parts:

  • Part 1: General (Chapters 1-4)

- Chapter 1: General - Chapter 2: Notation and Terminology - Chapter 3: Referenced Standards - Chapter 4: Structural System Requirements

  • Part 2: Loads & Analysis (Chapters 5-6)

- Chapter 5: Loads - Chapter 6: Structural Analysis

  • Part 3: Members (Chapters 7-13)

- Chapter 7: One-Way Slabs - Chapter 8: Two-Way Slabs - Chapter 9: Beams - Chapter 10: Columns - Chapter 11: Walls - Chapter 12: Diaphragms - Chapter 13: Foundations

  • Part 4: Joints and Connections (Chapters 14-16)

- Chapter 14: Joints - Chapter 15: Connections Between Members - Chapter 16: Connections to Concrete (Anchoring)

  • Part 5: Earthquake Resistance (Chapter 17)

- Chapter 17: Earthquake-Resistant Structures (SDC B through F)

  • Part 6: Materials, Construction & Durability (Chapters 18-20)

- Chapter 18: Concrete: Design and Durability Requirements - Chapter 19: Concrete: Design and Durability Requirements (continued) - Chapter 20: Steel Reinforcement Properties, Durability, and Embedments

  • Part 7: Strength & Serviceability (Chapters 21-25)

- Chapter 21: Strength Reduction Factors (φ factors) - Chapter 22: Sectional Strength - Chapter 23: Strut-and-Tie Method - Chapter 24: Serviceability - Chapter 25: Reinforcement Details

  • Part 8: Construction (Chapter 26)

- Chapter 26: Construction Documents and Submittals

  • Part 10: Evaluation (Chapter 27)

- Chapter 27: Strength Evaluation of Existing Structures

2. COMMENTARY (Background and Rationale)

Location: data/commentary/*.md (9 commentary files)

Purpose: Understand why - background, research basis, design considerations

Contents: Detailed commentary on each CODE section with:

  • Historical development
  • Research background
  • Design considerations
  • Limit state explanations
  • Examples and comparisons

3. Appendices (A-D)

Location: data/appendices/*.md (4 appendix files)

  • Appendix A: Design Verification Using Nonlinear Response History Analysis
  • Appendix B: Performance-Based Wind Design
  • Appendix C: Sustainability and Resilience
  • Appendix D: Steel Reinforcement Information

4. Notation and Symbols

Location: data/Notation_Symbols.md (from Chapter 2)

Purpose: Mathematical notation and variable definitions

Key Distinction:

  • CODE → "What are the requirements?" "What formula should I use?"
  • COMMENTARY → "Why is this required?" "What's the background?"
  • Appendices → "Advanced topics" "Special analysis methods"

Reference Files

This skill includes comprehensive reference materials:

  • references/exposure-guide.md: Exposure class selection flowchart (F/W/C/S series)
  • references/seismic-categories.md: SDC A-F requirements and system selection

Automation Scripts

Python scripts are available in scripts/ directory:

  • consolidate_pages.py: Merge 702 page files into chapters (already run)
  • smart_search.py: Category-aware keyword search across documents
  • formula_finder.py: Extract formulas with context and variables

Workflow by Query Type

1. Formula Query (공식 질의)

User Intent: Find a specific formula or equation from ACI 318-25 CODE.

Example Queries:

  • "What is the formula for shear strength of beams?"
  • "Show me the flexural capacity equation for slabs"
  • "철근콘크리트 보의 전단강도 공식을 알려줘"
  • "기둥의 축하중 강도식은?"

Quick Process:

  1. Identify topic:

- Flexure → Chapter 22, Chapters 7-10 - Shear → Chapter 22.5-22.6 - Development → Chapter 25 - Columns → Chapter 10, Chapter 22

  1. Use formula_finder.py or Grep in data/code/
  2. Extract formula with variable definitions from Notation_Symbols.md
  3. Present with ACI citation (e.g., "ACI 318-25 Section 22.5.5.1")
  4. Show COMMENTARY if explanation needed

Keywords: formula, equation, 공식, 계산식, strength, capacity


2. Design Requirement Query (설계 요구사항 질의)

User Intent: Find specific design requirements, limits, or criteria.

Example Queries:

  • "What is the minimum slab thickness for two-way slabs?"
  • "What are the spacing requirements for stirrups in beams?"
  • "2방향 슬래브의 최소 두께는?"
  • "보의 최소 철근비는 얼마야?"

Quick Process:

  1. Identify member type and requirement:

- Minimum dimensions → Chapter 7-13 (member chapters) - Reinforcement limits → Chapter 25, member chapters - Cover requirements → Chapter 20, exposure guide - Spacing → Chapter 25

  1. Search CODE sections with smart_search.py
  2. List all applicable requirements
  3. Reference tables if applicable
  4. Note COMMENTARY for context

Keywords: minimum, maximum, requirement, limit, spacing, 최소, 최대, 요구사항


3. Exposure Class Selection Query (노출등급 선택 - CONCRETE-SPECIFIC)

User Intent: Determine appropriate exposure class for durability design.

Example Queries:

  • "What exposure class for a parking garage deck?"
  • "How to select exposure class for basement wall?"
  • "주차장 슬래브의 노출등급은?"
  • "해양 구조물의 노출조건은?"

Quick Process:

  1. Read references/exposure-guide.md for flowchart
  2. Ask user about environmental conditions:

- Freezing exposure? → F0, F1, F2, F3 - Water penetration? → W0, W1, W2 - Chloride exposure? → C0, C1, C2 - Sulfate in soil? → S0, S1, S2, S3

  1. Determine most restrictive requirements
  2. Return required:

- Minimum f'c - Maximum w/cm ratio - Minimum cover - Air content (if needed) - Cement type

  1. Reference Chapter 19 sections

Keywords: exposure, durability, freezing, sulfate, chloride, corrosion, 노출등급, 내구성, 동결


4. Seismic Design Query (내진 설계 질의 - EARTHQUAKE-SPECIFIC)

User Intent: Understand or apply seismic design requirements based on SDC.

Example Queries:

  • "What are the requirements for SDC D special moment frames?"
  • "How to detail beam-column joints in IMF?"
  • "SDC D 특수모멘트골조의 요구사항은?"
  • "전단벽 경계요소는 언제 필요해?"

Quick Process:

  1. Identify SDC level (A, B, C, D, E, or F)
  2. Read references/seismic-categories.md for system selection
  3. Determine required system:

- SDC A: No Chapter 17 - SDC B: OMF + Section 17.2 - SDC C: IMF or Ordinary Walls + Sections 17.6, 17.9 - SDC D/E/F: SMF or Special Walls + Full Chapter 17

  1. Search Chapter 17 sections in CODE:

- 17.5: Special Moment Frames (SMF) - 17.6: Intermediate Moment Frames (IMF) - 17.7: Special Structural Walls - 17.8: Diaphragms

  1. List detailing requirements:

- Confinement reinforcement - Boundary elements (if walls) - Strong-column/weak-beam (if frames) - Joint shear requirements

  1. Show equations and limits

Keywords: seismic, earthquake, SDC, moment frame, shear wall, ductility, confinement, 내진, 지진, 모멘트골조


5. Calculation Query (계산 질의)

User Intent: Perform structural calculations using ACI 318-25 formulas.

Example Queries:

  • "Calculate beam shear capacity: b=12 in, d=20 in, f'c=4000 psi"
  • "Determine development length: #8 bar, f'c=5000 psi, fy=60 ksi"
  • "보의 휨강도를 계산해줘: b=300mm, d=500mm, As=1500mm²"

Quick Process:

  1. Identify calculation type (flexure, shear, development, etc.)
  2. Find formula from CODE using formula_finder.py
  3. Identify required inputs:

- Material properties: f'c, fy - Geometry: b, d, h, As, etc. - Load conditions

  1. Find similar examples from COMMENTARY
  2. Generate Python code following CODE requirements
  3. Apply strength reduction factors (φ) from Chapter 21
  4. Execute and validate against CODE limits
  5. Present results with citations

Concrete-Specific Checks:

  • ✅ f'c within typical range (3,000-10,000 psi)
  • ✅ fy verified (typically 60,000 or 80,000 psi)
  • ✅ Reinforcement ratio within min/max limits
  • ✅ Spacing requirements satisfied
  • ✅ Cover requirements met
  • ✅ φ factor applied correctly

Keywords: calculate, compute, determine, design, 계산, 산정, 설계


6. Commentary/Explanation Query (해설 질의)

User Intent: Understand the reasoning or background behind CODE requirements.

Example Queries:

  • "Why is the strength reduction factor different for tension and compression?"
  • "Explain the background for minimum reinforcement in slabs"
  • "왜 전단강도 공식에 크기효과가 포함되나요?"

Quick Process:

  1. Find CODE section reference
  2. Read corresponding COMMENTARY section (R-prefixed)
  3. Extract:

- Research background - Historical development - Design philosophy - Limit state explanation

  1. Present with citations to research papers if mentioned
  2. Provide examples from COMMENTARY

Keywords: why, explain, background, reason, 왜, 이유, 배경


7. Cross-Reference Query (교차 참조 질의)

User Intent: Find all related sections on a topic.

Example Queries:

  • "Find all sections related to development of reinforcement"
  • "What chapters discuss punching shear in slabs?"
  • "정착길이와 관련된 모든 섹션을 찾아줘"

Quick Process:

  1. Use smart_search.py with query keywords
  2. Search across all CODE and COMMENTARY files
  3. Group results by:

- Primary requirements (CODE) - Explanations (COMMENTARY) - Related topics

  1. Show chapter/section hierarchy
  2. Note dependencies between sections

Keywords: related, sections, chapters, reference, 관련, 참조


Quick Reference Tables

Document Categories

TypeLocationFilesPurpose
CODEdata/code/9 partsRequirements, formulas, limits
COMMENTARYdata/commentary/9Background, rationale, research
Appendicesdata/appendices/4Advanced topics
Notationdata/1Symbols and definitions
Referencesreferences/2Exposure guide, seismic guide

Common Search Patterns

TopicKeywordsCODE ChaptersKey SectionsUnique Considerations
Beam Designflexure, bending, moment9, 2222.3, 22.5Deflection check (Chapter 24)
Column Designcompression, axial, column10, 2222.4Slenderness effects (Chapter 6)
Slab Designslab, one-way, two-way7, 8, 2222.6 (punching)Minimum thickness (7.3, 8.3)
Shearshear, stirrups, Vc, Vs9, 2222.5, 22.6Size effect factor
Developmentdevelopment, splice, hook2525.4, 25.5Bar size dependent
SeismicSDC, moment frame, wall1717.5-17.9SDC-dependent
Exposuredurability, corrosion19, 2019.3F/W/C/S classes
Serviceabilitydeflection, crack2424.2, 24.3Long-term effects

ACI Chapter-to-Topic Mapping

CODE ChapterTopicKey SectionsCritical Formulas
7One-Way Slabs7.3, 7.6Minimum thickness
8Two-Way Slabs8.3, 8.4Punching shear, minimum thickness
9Beams9.3, 9.6Minimum dimensions, shear reinforcement
10Columns10.5, 10.6Minimum dimensions, ties/spirals
11Walls11.5, 11.6Thickness, reinforcement
13Foundations13.2, 13.3Shear provisions
17Seismic17.5-17.9SMF, IMF, Walls
19Exposure/Durability19.3F/W/C/S classes
21φ Factors21.2Strength reduction
22Sectional Strength22.3-22.7Mn, Vn, Pn
24Serviceability24.2, 24.3Deflection, crack width
25Detailing25.2-25.5Development, splices, hooks

Units Convention

QuantityACI UnitSymbolNotes
Forcekips or poundskip, lb1 kip = 1000 lbs
Momentkip-in or kip-ftkip-inMixed units common
Stresspsi or ksipsi, ksif'c in psi, fy in ksi
Lengthinches or feetin, ftTypically inches for dimensions
Areasquare inchesin²-
Strengthpsif'c, fyConcrete: psi, Steel: ksi

Performance Optimization

Search Strategy Priority

  1. Exposure class queries first: Check references/exposure-guide.md
  2. Seismic queries: Check references/seismic-categories.md
  3. Reference notation: Check data/Notation_Symbols.md for variable definitions
  4. Efficient chapter targeting:

- Use topic keywords to identify specific chapter - Don't search all files - target 1-2 relevant chapters - Example: "beam shear" → Only search Chapter 9 + Chapter 22

  1. Smart document reading:

- Read only relevant sections - Use CODE for requirements, COMMENTARY for explanation - Cross-reference when needed

Python Script Usage

Execute automation scripts when appropriate:

# Smart keyword search
python3 scripts/smart_search.py "beam shear" --max-results 10

# Find formulas
python3 scripts/formula_finder.py --pattern "V_c =" --section "22.5"

# Search with commentary
python3 scripts/smart_search.py "exposure class" --no-commentary

Response Quality Checklist

Every response should include:

  • Accurate ACI citation (ACI 318-25 Section X.Y.Z)
  • Material properties specified (f'c, fy)
  • Units specified (psi, ksi, in, ft)
  • Variable definitions from Notation_Symbols.md
  • φ factor applied (strength reduction from Chapter 21)
  • Working code for calculations (tested and validated)
  • Cross-references to COMMENTARY when explaining CODE
  • Limit states noted (yielding, crushing, shear, etc.)
  • Minimum/maximum checks (reinforcement ratios, spacing, cover)

Special Features: Concrete-Specific Considerations

Critical Differences from Steel Design

1. Material Behavior

Steel: Linear-elastic until yield, then plastic Concrete: Nonlinear compression behavior, brittle in tension

Concrete requires reinforcement for tension resistance

2. Strength Reduction Factors (φ)

Steel: Single factor (0.90 for LRFD) Concrete: Variable φ factors based on tension-controlled vs compression-controlled (Chapter 21)

Check strain conditions to determine appropriate φ

3. Exposure and Durability

Steel: Mainly corrosion protection (paint, galvanizing) Concrete: Comprehensive exposure class system (F/W/C/S)

Select exposure classes early in design (affects f'c, w/cm, cover)

4. Time-Dependent Effects

Steel: Minimal long-term effects Concrete: Creep, shrinkage, long-term deflection

Apply time-dependent factors for serviceability (Chapter 24)

5. Member Design Philosophy

Steel: Compact/non-compact sections Concrete: Reinforcement ratio limits, minimum dimensions

Check minimum AND maximum reinforcement (ductility)

6. Seismic Design

Steel: R-factor based Concrete: SDC-based system classification (OMF, IMF, SMF)

Different detailing requirements by SDC level (Chapter 17)

Exposure Class Decision Guide

For Climate-Controlled Interior:

  • F0, W0, C0, S0 → Minimal restrictions

For Exterior Above Grade:

  • F1 or F2 (depends on freezing + moisture)
  • W0
  • C1 (if no chlorides)
  • S0 (typically)

For Parking Structures:

  • F3 (de-icing salts + saturation)
  • C2 (chloride exposure)
  • W1
  • Required: f'c ≥ 5,000 psi, w/cm ≤ 0.40

For Marine Structures:

  • F2 or F3 (if freezing climate)
  • C2 (seawater chlorides)
  • S2 (seawater sulfates)
  • Required: f'c ≥ 5,000 psi, w/cm ≤ 0.40, sulfate-resistant cement

For Foundations on Soil:

  • F0 (below frost line)
  • W0 or W1
  • C1
  • S0/S1/S2 (MUST test soil)
  • Required: Soil sulfate test mandatory

Seismic Design System Selection

SDC A: No special seismic requirements

SDC B: Ordinary systems + Section 17.2 (basic detailing)

SDC C:

  • Moment frames → Intermediate Moment Frames (IMF) per 17.6
  • Walls → Ordinary walls + Section 17.9

SDC D/E/F:

  • Moment frames → Special Moment Frames (SMF) per 17.5
  • Walls → Special Structural Walls per 17.7
  • Most restrictive detailing

φ Factor Selection (Chapter 21)

Tension-Controlled (εt ≥ 0.005):

  • φ = 0.90 (flexure)

Transition (0.002 < εt < 0.005):

  • φ = 0.65 + (εt - 0.002) × (250/3)

Compression-Controlled (εt ≤ 0.002):

  • φ = 0.65 (tied members)
  • φ = 0.75 (spirally reinforced)

Shear and Torsion:

  • φ = 0.75

Bearing:

  • φ = 0.65

When to Use CODE vs COMMENTARY

Use CODE when:

  • User asks "what is the formula?"
  • User needs official requirements or limits
  • User wants to verify compliance
  • User asks about design criteria

Use COMMENTARY when:

  • User asks "why is this required?"
  • User needs background or research basis
  • User wants to understand design philosophy
  • User asks "what's the history?"

Use Both when:

  • Comprehensive design questions
  • Teaching/learning scenarios
  • Formula explanation with context
  • Validation of complex calculations

Error Handling

Common Scenarios

  1. Material properties not specified:

- Ask user: "What is f'c and fy?" (e.g., f'c = 4,000 psi, fy = 60,000 psi) - Offer common values: f'c = 4,000 psi (typical), 5,000 psi (higher strength)

  1. Exposure class unclear:

- Ask user: "What are the environmental conditions?" - Use references/exposure-guide.md flowchart - Explain F/W/C/S implications

  1. SDC not specified:

- Ask user: "What is the Seismic Design Category (A-F)?" - Reference ASCE 7 for determination

  1. No results found:

- Suggest alternative keywords - Check both CODE and COMMENTARY - Recommend broader search terms

  1. Ambiguous query:

- Clarify with multiple interpretations - Ask user: "Did you mean [option A] or [option B]?"

  1. Missing parameters:

- List required values for calculation - Offer typical default values

  1. Out of scope:

- Clearly state limitations - Suggest consulting structural engineer for complex cases

Validation Checks

For all calculations:

  • ✅ Verify f'c and fy specified
  • ✅ Check units consistency (psi, ksi, in)
  • ✅ Verify reinforcement ratios within min/max limits
  • ✅ Check spacing requirements
  • ✅ Verify cover requirements met
  • ✅ Apply correct φ factor
  • ✅ Warn if parameters outside typical ranges
  • ✅ Note all assumptions
  • ✅ Cross-check with COMMENTARY examples when possible

Special Notes

ACI 318-25 Version

  • Version: ACI CODE-318-25 (2025 edition)
  • Units: Inch-Pound (IN-LB) - official version
  • Published by: American Concrete Institute
  • Always cite version in responses

Code + Commentary Structure

  • Each CODE section has corresponding COMMENTARY (R-prefix)
  • Example: Section 9.6.3 ↔ R9.6.3
  • COMMENTARY provides background but is not mandatory
  • CODE requirements are mandatory when adopted

Material Defaults (if not specified by user)

Unless specified otherwise, assume:

  • Concrete: f'c = 4,000 psi (normal weight)
  • Reinforcement: fy = 60,000 psi (Grade 60)
  • Exposure: Interior (F0, W0, C0, S0)
  • Cover: Per Chapter 20 minimum (typically 1.5" for beams/columns)

Always ask user to confirm if critical to calculation.

Equation Numbering

  • Equations are numbered by section (e.g., Eq. 22.5.5.1)
  • Some formulas have no equation number (described in text)
  • Cross-references use section numbers

For comprehensive concrete structural design work, this skill integrates:

  1. CODE requirements from ACI 318-25 (mandatory)
  2. Background understanding from COMMENTARY
  3. Exposure class selection from reference guide (F/W/C/S)
  4. Seismic system selection from reference guide (SDC A-F)
  5. Material and section properties from Notation
  6. Automation tools (search, formula extraction)

Always prioritize accuracy, cite sources, apply φ factors, check exposure classes, verify seismic requirements, and follow CODE provisions.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Local Agent

70.17%
按下载量换算60

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills